DocsAPI Reference
Documentation cleanup
- Refreshed API reference navigation, page metadata, and error status guidance against the live OpenAPI
1.3.0schema. - Updated rate-limit guidance to focus on 429 handling and retry behavior.
- Removed legacy customization guidance from the public API reference.
- Added API playground defaults and contextual downloads for the API spec and page PDFs.
BillingTasks API
Billing, API keys & Organization endpoint
- Running out of credits section and 402 HTTP status code.
- API Keys now includes a step-by-step guide covering account creation, key generation, and adding credits.
- Billing docs organized under a dedicated section: Auto-refill, Usage, and Refunds.
- Organization endpoint.
Tasks API
Improved agent picture display in videos
This is the last update of the year. Happy holidays!- Switched to a state-of-the-art model for face detection.
- All detected faces are now displayed (not only the most prominent one) and will be centered.
- Color fill is now used to improve positioning when an agent’s face is too close to the edge.
RSS feed
RSS feed is now available for our changelog. You can get updates and announcements delivered by subscribing to/changelog/rss.xml.Tasks API
On inputs
We’ve significantly expanded the range of images that can be used in Tasks:- Removed restrictions on aspect ratios
- Added support for automatic rotation of images based on the EXIF Orientation flag
- Increased the asset size limit from 16 MB to 128 MB
- Increased the asset resolution limit from 64 MP to 100 MP
Webhooks
Added
created_at to the
listing.agent.video.created
event payload.Tasks APIBeta
Beta headers
- Introducing beta headers to access experimental features.
Webhooks
- Webhook API is now generally available.
- Task and webhook endpoint IDs are tagged for clarity.
- Streamlined webhook onboarding process.
Webhooks
Added an example of signature verification in
Python.
Tasks API
Pagination
Pagination has been slightly reworked. See this endpoint for more details.Tasks APIWebhooks
Metadata
Metadata is an attribute on certain Infinite Creator objects that lets you store more information, structured as key-value pairs, to these objects for your own use and reference.Specifically, you can now specify metadata insidevideo_options and extract it later within Task results.For more details refer to the Metadata section.listing.agent.video.created event
- Add
metadatato Result - Add
preview_urlto Result
Task Docs
Moved and expanded Tasks documentation on a new dedicated page.Tasks API
New video options
- New
ratioparameter allows you to specify output resolution for your video. - New
create_previewparameter allows you to generate a GIF preview for your video.
Updated task results
- New
preview_urlparameter allows you to access the GIF preview for your video.
Tasks API
Tasks API
Updates to the Tasks API
Updated default video generation behavior for Tasks API requests.Webhooks
Add task_id to listing.agent.video.created
Event data now features a task_id key. Use it to correlate Task API requests with results.