Changelog
A comprehensive list of changes published to the API reference
4th September, 2024
Features
Added support for Narrator Generation.
APIs
- Added
narrator
to the request body ofPOST /pub/v1/generations
.
Example request
"narrator": {
"image_asset_id": "ast_xxxxxxxx",
"video_asset_id": "ast_xxxxxxxx",
"audio_asset_id": "ast_xxxxxxxx",
"script": "Thank you for trying Narrator",
"voice": "Rachel"
}
- Changes to the response in the following existing endpoints:
- Generate Media
POST /pub/v1/generations
images
renamed tomedia
image_size
renamed todim
under data→mediatype
added under data→media
- List Generations
GET /pub/v1/generations
images
renamed tomedia
under data in response.size
renamed todim
under data→media in response.type
added under data→media in responseimage_id
changed tomedia_id
in Query Parameter
Was this page helpful?