ZekronAI documentation
One secure API for AI image, video and audio generation. Submit a task, poll for completion, and download your result — using the same request shape for every model.
bash
curl -X POST https://api.zekron.tech/api/v1/task \
-H "Authorization: Bearer zk_live_xxx" \
-H "Content-Type: application/json" \
-d '{
"model": "zekron-image-pro",
"input": { "prompt": "a lighthouse at golden hour" }
}'QuickstartMake your first generation in under five minutes.AuthenticationCreate an API key and authenticate requests.The task APISubmit a task, poll for the result, download the output.