Reference documentation for the TaiKit API
{
"image_url": "string - URL of the uploaded image (must be from our CDN)"
}{
"preview": "string - URL to a rotating preview video of the 3D model",
"output": {
"model_url": "string - URL to download the GLB file"
}
}{
"prompt": "string - Text description of the desired image"
}{
"output": {
"image_urls": "string[] - Array of URLs to generated images"
}
}{
"file": "File (image/*, max 30MB)"
}{
"url": "string - The CDN URL of the uploaded file"
}{
"image_url": "string - URL of the uploaded image"
}{
"id": "string - Task ID",
"type": "string - 'image-to-3d'",
"status": "string - 'waiting'"
}{
"id": "string - Task ID",
"type": "string - Task type",
"status": "string - 'waiting' | 'processing' | 'preview' | 'success' | 'failed'",
"preview": "string? - Preview video URL (when status is 'preview' or 'success')",
"output": "object? - Final output (when status is 'success')",
"error": "object? - Error details (when status is 'failed')"
}