Skip to main content
GET
/
tokens
/
costs
Get the token price list
curl --request GET \
  --url https://api-service.fribl.co/api/v1/tokens/costs \
  --header 'x-api-key: <api-key>'
{
  "data": [
    {
      "action": "cv_processing",
      "cost_in_tokens": 1,
      "description": "Process a single CV"
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key in UUID format. Include this header with every authenticated request.

Response

Per-action price list.

data
object[]
required