Body
The request to create a batch.
The ID of the media bundle to generate content for.
1"550e8400-e29b-41d4-a716-446655440000"
The ID of the media to generate content for.
1"550e8400-e29b-41d4-a716-446655440000"
The ID of the artist to generate content for.
1"550e8400-e29b-41d4-a716-446655440000"
The renders to generate for the batch.
1The service params to use for the batch. Refer to content types to view optional service parameters
Not Public: The asset overrides to use for the batch.
User set Reference ID for the request. This will be applied to all renders in the batch.
"my-batch-ref-123"
The bulk batch ID to use for the batch.
The effect overrides to use for the entire batch.
The webhook URL to send the render status updates to.
"https://my-webhook.com/batch"
The email to send the finished render to.
Whether to run the batch in dry run mode. If true, the batch will not be rendered, but the request will be validated and the response will be returned.
EXPERIMENTAL: Whether to use the v3 schema instead of the default schema.
Response
Batch created successfully
Whether the request was successful
true
Message from the API
"Batch created"
The response from the Batch POST request.
{
"orgId": "example",
"mediaId": "example",
"mediaBundleId": "example",
"batchId": "example",
"dryRun": null,
"useV3": null,
"status": null,
"artistId": "example",
"renders": [
{
"orgId": "example",
"webhookUrl": null,
"batchId": "example",
"videoSettings": { "aspectRatio": null },
"dryRun": null,
"useV3": null,
"ref": "example",
"renderId": "example",
"aspectRatio": "example",
"message": "example",
"progress": 3,
"createdAt": "example",
"renderUrl": "example",
"thumbnailUrl": "example",
"status": null,
"contentId": "example"
}
],
"effectOverrides": null,
"serviceParams": null,
"type": "RENDER",
"createdAt": "example"
}