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: Autobilling, Usage, and Refunds.
- Organization endpoint.
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.
2025-12-18
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
Added
created_at to the
listing.agent.video.created
event payload.Beta headers
- Introducing beta headers to access experimental features.
- Webhook API is now generally available. - IDs of tasks, webhook endpoints and video results are now tagged for clarity. - Streamlined webhook onboarding process.
Added an example of signature verification in
Python.
Office Component
The newoffice component allows you to display the office information for an agent.Pagination
Pagination has been slightly reworked. See this endpoint for more details.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.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.
Updated components
- The
overlaycomponent can now be applied to videos with any aspect ratio.
Overlay
The new overlay component is now available. You can use it to display listing and agent information on top of your videos. See Video options for more information.- Many Task parameters now have default values to simplify exploration of our API for new users. - Branded components that you can customize within Video options got new documentation. - You can now specify state and postal code information within Address.
Updates to the Tasks API
Introducing the basic-1 model
basic-1 is our cheapest model designed to bring your images to life using simpler AI methods. It’s a great way to get started with image-to-video workflows.model field is now specified per-asset.
You now have the option to specify the model per asset. This is useful for customers who may want to limit usage of premium models to specific assets.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.