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.

Credits are prepaid one-time top-ups at $1 per credit. They do not renew or reset monthly. Users buy credits and view their credit history at app.rigyd.com/billing.

MethodGET
Path/api/conversions/pricing
Terminal window
curl https://api.rigyd.com/api/conversions/pricing \
-H "Authorization: Bearer rgyd_live_..."
{
"data": {
"pricing": {
"rigid_prototype": 5,
"articulated_prototype": 40,
"glb_to_simready": 0,
"authored_to_simready": 0,
"simulate_usd": 0
},
"source": "configured"
}
}
Job typeCreditsEndpoint
rigid_prototype5POST /api/compositions/generate
articulated_prototype40POST /api/compositions/generate
glb_to_simready0POST /api/conversions
text_to_simready0Internal handoff
image_to_simready0Internal handoff
multiview_to_simready0Internal handoff
authored_to_simready0Internal handoff
simulate_usd0POST /api/conversions/:id/simulate

Prototype costs are deducted atomically when generation starts and refunded automatically when prototype generation or rendering fails. SimReady conversion is free.