Open the Model Market to filter by provider and task type (image, video, music, chat). Each card links to a Playground and API documentation.
Sign in and create a key under API Keys. Optional rate limits and IP whitelist help secure production usage.
POST /api/v1/jobs/createTask with Bearer auth. A 200 response means the task was queued β not completed. Failed tasks are not charged.
GET /api/v1/jobs/recordInfo?taskId=β¦ until state is success or fail. Download media URLs from the result payload within the retention window.
Avoid burst traffic above ~20 new tasks per 10 seconds. Use webhooks where supported for production pipelines.