Getting Started
Changelog
All notable changes to the Triverse API will be documented in this file.
v1.1.3
Release Date: June 2, 2026
Added
- Added
POST /api/v1/tasks/pricing/quoteso API-key callers can check taskcost_credits, currentavailable_credits, and the normalized public quoteparamsbefore creating a task. - Added a dedicated Pricing Quote API documentation page with supported quote parameters, per-flow examples, copied payload behavior, and error examples.
Changed
- Normalized Web/API generation status surfaces to the public status enum, including mapping internal
QUEUINGto publicQUEUED. - Clarified that API quote
paramsonly need price-affecting fields and that execution-only or internal fields are ignored. - Replaced Web
own-modelsrecords with a public own-model item payload that preserves publicrequest_payloadinputs while hiding internal scheduler, pricing, analytics, audit, and provider fields. See the frontend integration guide for thePublicOwnModelItemPayloadfield contract.
v1.1.2
Release Date: May 27, 2026
Changed
- Standardized generation task creation responses on
PublicTaskCreationPayloadwithtask_uuid,flow_name,status,created_at,cost_credits, and optional public queue hints. - Standardized task polling and WebSocket responses on
PublicTaskStatusPayloadwith the public statusesPENDING,QUEUED,RUNNING,SUCCESS,FAILED, andCANCELLED. - Removed internal scheduler, worker, pricing manifest, analytics, tracking, and user-identifying fields from public generation responses and WebSocket frames.
- Flattened generation API error responses to the top-level
code,message, and optionalsuggestionshape. - Normalized unexpected generation task polling failures to the public
5005task processing error envelope instead of a raw server error body.
v1.1.1
Release Date: May 8, 2026
Changed
- Realigned API documentation with the current
/api/v1code. - Documented newly exposed endpoints:
image-to-mesh-mvandprompt-optimize. - Refreshed WebSocket endpoint documentation and checker support.
- Corrected parameters across upload, image-to-3D, text-to-3D, texturing, utilities, task status, and asset download docs.
v1.1.0
Release Date: Jan 14, 2026
Added
- New code examples for JavaScript and Python across all major endpoints.
- Detailed documentation for WebSocket monitoring, including the "Catch-up" mechanism.
Changed
- Aligned documentation with the latest
/api/v1implementation. - Updated WebSocket paths and authentication methods for better security and consistency.
- Simplified asset download logic: consolidated into a single endpoint that handles both geometry and textures.
v1.0.0
Release Date: Dec 23, 2025
Added
- Initial release of the Triverse API.
- User Management: Query profile and credit balance.
- File Uploads: Support for direct multipart uploads and presigned URL uploads.
- Generation Tasks: Support for Image-to-3D, Text-to-3D, and Texturing workflows.
- Task Monitoring: Real-time status updates via WebSockets.
- Asset Management: Endpoints for retrieving and downloading generated 3D assets.