PICK YOUR PLAN
- PREMIUM PLAN
- $ 999 per month
-
- Includes an advanced set of AI applications
- Includes up-to 12,000 API server calls (Then $0.05/call)
- Includes standard image data sets (1K, 2K, 4K resolution)
- Plus annotation options (box, polygon, etc. if needed on-demand)
EXAMPLE AI APPLICATION (2D To 3D) – TRAINED ON 100K IMAGES
Request

Response


Request
Make a GET request to: Get available options, validate your key, get system stats, etc. Example: https://api.lucidapi.tech/v1/generator?type=options&show_stats=true&api_key=[USER API KEY] This will return back JSON with system status and usage information
Response
"results": [{ "depthmap": true, "group": "Depth", "items": [{ "photodata": { "type": 0.875, "resolution": 0.0125, "size": 3500, "depthmap": 0.003, }, "name": "RGB", "score": 6, "type": "landscape", "sizes": [{ "horizontal": 1860, "vertical": 720 }] }] }]