Skip to main content
GET
/
v1
/
credits
/
pricing
Get credit pricing
curl --request GET \
  --url https://openapi.genesy.ai/v1/credits/pricing \
  --header 'x-api-key: <api-key>'
{
  "status": "success",
  "message": "<string>",
  "data": {
    "actions": [
      {
        "action": "<string>",
        "name": "<string>",
        "cost": 123,
        "description": "<string>"
      }
    ]
  }
}

Authorizations

x-api-key
string
header
required

Response

200 - application/json

Pricing information retrieved successfully

status
enum<string>
required
Available options:
success
message
string
required
data
object
required