Spaces:
Sleeping
Sleeping
metadata
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)
{
"url": "[https://example.com](https://example.com)",
"js_code": "document.title",
"extract_html": false,
"wait_time_ms": 2000
}