Spaces:
Sleeping
Sleeping
File size: 1,204 Bytes
af7e1a7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | ---
title: Omni-Digital Cloud Engine
emoji: π
colorFrom: indigo
colorTo: purple
sdk: docker
pinned: false
app_port: 7860
---
# π Omni-Digital Cloud Engine (Advanced Headless API)



## π Overview
This repository hosts a highly optimized, stealth-enabled Headless Browser Engine deployed via Docker. It exposes a secure FastAPI gateway designed for advanced AI orchestration, automated OSINT gathering, and dynamic DOM manipulation.
## βοΈ Core Architecture
* **Engine:** Playwright (Chromium) with Stealth injection.
* **Gateway:** FastAPI with Pydantic payload validation.
* **Concurrency:** Fully asynchronous execution model capable of handling multiple remote browser instances.
* **Security:** Header-based master key authentication (`x-api-key`).
## π‘ Primary Endpoint
**`POST /api/v1/execute`**
### Payload Structure (JSON)
```json
{
"url": "[https://example.com](https://example.com)",
"js_code": "document.title",
"extract_html": false,
"wait_time_ms": 2000
} |