Skip to content

Download result

View Markdown llms-full.txt

Download the result of a completed conversion as a ZIP archive.

MethodGET
Path/api/conversions/:id/result
Returnsstreaming application/zip
ParamValuesDefaultNotes
formatusd · mjcf · allallusd = USD + textures only. mjcf = MuJoCo XML package. all = both.
Terminal window
curl -L "https://api.rigyd.com/api/conversions/abc123.../result?format=usd" \
-H "Authorization: Bearer rgyd_live_..." \
-o simready.zip
formatContents
usd*.usd + *.png / *.jpg textures referenced by it
mjcfMuJoCo *.xml + meshes + textures
allBoth, in separate sub-directories
StatusBodyWhen
400{ "error": "Invalid format. Expected one of: usd, mjcf, all" }Bad format value
404{ "error": "Conversion job not found" }Bad id or not your job
404{ "error": "MJCF package is not available for this conversion" }format=mjcf but the pipeline did not produce an MJCF package
409{ "error": "Job not yet completed", "status": "running" }Job is still in flight
502upstream fetch failureUnderlying media store unreachable