Fragen Sie diesen Endpunkt ab, um den Status Ihrer 3D-Modell-Generierungsaufgabe zu überprüfen.
Pfadparameter
Die ID der 3D-Generierungsaufgabe.
Antwort
Aufgabenstatus: pending, processing, completed oder failed.
Fortschritt in Prozent (0-100).
URL zum Herunterladen der 3D-Modelldatei (nach Abschluss).
URL zum Herunterladen des Modells im GLB-Format (sofern verfügbar).
URL zum Herunterladen des Modells im FBX-Format (sofern verfügbar).
Fehlermeldung (im Fehlerfall).
curl "https://api.lemondata.cc/v1/3d/generations/3d_abc123" \
-H "Authorization: Bearer sk-your-api-key"
{
"id": "gptproto_v3:abc123",
"status": "completed",
"model_url": "https://cdn.tripo3d.ai/abc123.glb",
"glb_url": "https://cdn.tripo3d.ai/abc123.glb",
"fbx_url": "https://cdn.tripo3d.ai/abc123.fbx"
}