Help Center
API access
Create an API key and integrate through capability lookup, submission, status polling, and result retrieval.
Quick answer
Call the API from your server with the site API Base URL and a Bearer API key. Website and API usage share the same points ledger.
Steps
- 1
Create a key on the API page and store the one-time credential in your server-side secret manager.
- 2
Read capabilities first and build requests from the model parameters and limits returned at that time.
- 3
Give every logical submission a unique Idempotency-Key and set the maximum acceptable maxPoints.
- 4
Poll the returned task identifier, then retrieve the result only after completion.
- 5
Read expiresAt from the delivery and download the result before it expires.
Important notes
- Never expose an API key in browser code, mobile packages, or public repositories.
- Successful work deducts actual points; a definitive failure releases reserved points. Submissions are unavailable when the points balance is below the configured threshold.