VideoGenerationResponse - Python SDK
VideoGenerationResponse - Python SDK
VideoGenerationResponse method reference
VideoGenerationResponse - Python SDK
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
error | Optional[str] | ➖ | N/A | |
generation_id | Optional[str] | ➖ | The generation ID associated with this video generation job. Available once the job has been processed. | |
id | str | ✔️ | N/A | |
polling_url | str | ✔️ | N/A | |
status | components.VideoGenerationResponseStatus | ✔️ | N/A | |
unsigned_urls | List[str] | ➖ | N/A | |
usage | Optional[components.VideoGenerationUsage] | ➖ | Usage and cost information for the video generation. Available once the job has completed. | {"cost": 0.5,"is_byok": false} |