asset_id you can reference in other endpoints — like POST /v3/video-agents, POST /v3/videos, or POST /v3/avatars.
Upload an Asset
Response
Supported File Types
| Category | Formats |
|---|---|
| Image | PNG, JPEG |
| Video | MP4, WebM |
| Audio | MP3, WAV |
| Document |
Using Assets
Once uploaded, reference theasset_id anywhere the API accepts asset inputs:
{"type": "url", "url": "https://..."}) or base64 ({"type": "base64", "media_type": "image/png", "data": "..."}). Use asset_id when you need to reuse the same file across multiple requests.
