Overview
A Task is the primary unit of work within the Infinite Creator API. It corresponds to a single real estate listing with one or more agents associated with it, a set of assets (such as pictures of the property), and a set of options for how to assemble them into a video. A Task Result is created after successful Task completion. It corresponds to a single video link (and optionally a preview link). A single Task will have one or more Results. Tasks are executed asynchronously. Once a Task finishes executing successfully, it will be sent to your registered destinations along with its results. You may also use a Task’s ID to check its current status. You can learn more about webhooks in our Webhooks documentation.Quality checks
Successfully creating a Task (i.e., receiving a202 status code) does not mean the Task will be executed successfully. We run a number of quality checks on your — and derived — assets before assembling the video at multiple stages of processing. In the case of a failed check, the asset is dropped.
A quality check consists of verifying that an asset passes minimum preliminary requirements (see Inputs) and our internal quality assurance procedures.
There are some additional requirements based on the Task’s options:
- Portrait videos require at least 4 assets to pass quality checks.
- Landscape videos require at least 5 assets to pass quality checks.
dropped_assets field.