cURL
curl --request GET \ --url https://openapi.enginy.ai/v1/credits/pricing \ --header 'x-api-key: <api-key>'
{ "status": "success", "message": "<string>", "data": { "actions": [ { "action": "<string>", "name": "<string>", "cost": 123, "description": "<string>" } ] } }
Retrieve credit costs for all available actions.
Required scope: ALL Rate limit: 100 requests per minute
Required scope: ALL
ALL
Rate limit: 100 requests per minute
Pricing information retrieved successfully
success
Show child attributes