Skip to content

Pricing

View Markdown llms-full.txt

Returns the credit cost for each conversion type. Costs are read from the API at request time so this endpoint is the source of truth — your client should call it instead of hard-coding numbers.

MethodGET
Path/api/conversions/pricing
Terminal window
curl https://api.rigyd.com/api/conversions/pricing \
-H "Authorization: Bearer rgyd_live_..."
{
"data": {
"glb_to_simready": 1,
"text_to_simready": 2,
"image_to_simready": 3,
"multiview_to_simready": 3,
"simulate_usd": 0
}
}
Job typeCreditsEndpoint
glb_to_simready1POST /api/conversions
text_to_simready2POST /api/conversions/generate (prompt)
image_to_simready3POST /api/conversions/generate (1 image)
multiview_to_simready3POST /api/conversions/generate (2-4 images)
simulate_usd0POST /api/conversions/:id/simulate

Costs are deducted atomically when a job is accepted (202) and refunded automatically when a job ends in failed.