For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
- Breaking:
POST /v1/tools/image-to-image now accepts imageStorageFileIds (an array) instead of imageStorageFileId (a single string). Pass one or more source image IDs to combine or transform multiple inputs in a single call.
- Libraries & SDKs docs: Added dedicated TypeScript and Python documentation pages with client setup, polling, file upload/download, and webhook verification examples
- Shorter IDs: All resource IDs (
vg_file_*, vg_tool_*, vg_work_*, vg_voic_*, vg_pres_*) now use a compact URL-safe format
- SDK helpers sync: Custom helper functions (
pollExecutedTool, uploadFile, downloadFile, getHydratedFile, verifyWebhookSignature) are now correctly bundled in both the TypeScript and Python SDK packages
- Fixed credit deduction for API-initiated video exports