raw9 commited on
Commit
af7e1a7
Β·
verified Β·
1 Parent(s): 3f6990a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Omni-Digital Cloud Engine
3
+ emoji: 🌌
4
+ colorFrom: indigo
5
+ colorTo: purple
6
+ sdk: docker
7
+ pinned: false
8
+ app_port: 7860
9
+ ---
10
+
11
+ # πŸš€ Omni-Digital Cloud Engine (Advanced Headless API)
12
+
13
+ ![Version](https://img.shields.io/badge/Version-2.0-blue.svg)
14
+ ![Build](https://img.shields.io/badge/Build-Passing-brightgreen.svg)
15
+ ![Security](https://img.shields.io/badge/Security-API%20Key%20Secured-red.svg)
16
+
17
+ ## πŸ“Œ Overview
18
+ 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.
19
+
20
+ ## βš™οΈ Core Architecture
21
+ * **Engine:** Playwright (Chromium) with Stealth injection.
22
+ * **Gateway:** FastAPI with Pydantic payload validation.
23
+ * **Concurrency:** Fully asynchronous execution model capable of handling multiple remote browser instances.
24
+ * **Security:** Header-based master key authentication (`x-api-key`).
25
+
26
+ ## πŸ“‘ Primary Endpoint
27
+ **`POST /api/v1/execute`**
28
+
29
+ ### Payload Structure (JSON)
30
+ ```json
31
+ {
32
+ "url": "[https://example.com](https://example.com)",
33
+ "js_code": "document.title",
34
+ "extract_html": false,
35
+ "wait_time_ms": 2000
36
+ }