> ## Documentation Index
> Fetch the complete documentation index at: https://docs.infinitecreator.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> Product updates and announcements

<Update label="2026-06-16" tags={["Docs", "API Reference"]}>
  ## Documentation cleanup

  * Refreshed API reference navigation, page metadata, and error status guidance against the live OpenAPI `1.3.0` schema.
  * 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.
</Update>

<Update label="2026-03-05" tags={["Billing", "Tasks API"]}>
  ## Billing, API keys & Organization endpoint

  * [Running out of credits section](/api-reference/introduction#running-out-of-credits) and [402 HTTP status code](/api-reference/errors#http-response-status-codes).
  * [API Keys](/essentials/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](/billing/autobilling), [Usage](/billing/usage), and [Refunds](/billing/refunds).
  * [Organization endpoint](/api-reference/organization/retrieve-your-organization).
</Update>

<Update label="2025-12-25" tags={["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.
</Update>

<Update label="2025-12-18">
  ## RSS feed

  RSS feed is now available for our changelog. You can get updates and announcements delivered by subscribing to `/changelog/rss.xml`.
</Update>

<Update label="2025-12-12" tags={["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
</Update>

<Update label="2025-11-25" tags={["Webhooks"]}>
  Added `created_at` to the
  [`listing.agent.video.created`](/essentials/webhooks/events#listing-agent-video-created)
  event payload.
</Update>

<Update label="2025-11-18" tags={["Tasks API", "Beta"]}>
  ## Beta headers

  * Introducing [beta headers](/api-reference/beta) to access experimental features.
</Update>

<Update label="2025-09-24" tags={["Webhooks"]}>
  * [Webhook API](/api-reference/webhook_endpoints/list-all-webhook-endpoints) is now generally available.
  * Task and webhook endpoint IDs are tagged for clarity.
  * Streamlined webhook onboarding process.
</Update>

<Update label="2025-09-19" tags={["Webhooks"]}>
  Added an example of [signature verification in
  Python](/essentials/webhooks/verification#examples).
</Update>

<Update label="2025-08-29" tags={["Tasks API"]}>
  ## Pagination

  Pagination has been slightly reworked. See [this endpoint](/api-reference/tasks/list-all-tasks) for more details.
</Update>

<Update label="2025-08-28" tags={["Tasks API", "Webhooks"]}>
  ## 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 inside `video_options`](/api-reference/tasks/create-a-task#body-video-options-metadata) and extract it later within Task results.

  For more details refer to the [Metadata section](/api-reference/introduction#metadata).

  ### [listing.agent.video.created](/essentials/webhooks/events#listing-agent-video-created) event

  * Add `metadata` to Result
  * Add `preview_url` to Result

  ## Task Docs

  Moved and expanded Tasks documentation on a new [dedicated page](/api-reference/tasks).
</Update>

<Update label="2025-08-21" tags={["Tasks API"]}>
  ## New [video options](/api-reference/tasks/create-a-task#body-agents-video-options)

  * New `ratio` parameter allows you to specify output resolution for your video.
  * New `create_preview` parameter allows you to generate a GIF preview for your video.

  ## Updated [task results](/api-reference/tasks/retrieve-a-task#response-results)

  * New `preview_url` parameter allows you to access the GIF preview for your video.
</Update>

<Update label="2025-07-22" tags={["Tasks API"]}>
  * Many [Task](/api-reference/tasks/create-a-task) parameters now have
    default values to simplify exploration of our API for new users. - You can
    now specify state and postal code information
    within [Address](/api-reference/tasks/create-a-task#body-address).
</Update>

<Update label="2025-07-21" tags={["Tasks API"]}>
  ## Updates to the Tasks API

  Updated default video generation behavior for Tasks API requests.
</Update>

<Update label="2025-07-18" tags={["Webhooks"]}>
  ## Add `task_id` to [listing.agent.video.created](/essentials/webhooks/events#listing-agent-video-created)

  Event data now features a `task_id` key. Use it to correlate Task API requests with results.
</Update>
