Skip to main content
GET
/
{project_id}
/
plans
Get available plans
curl --request GET \
  --url https://crxbase.com/api/{project_id}/plans
{
  "success": true,
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "price": 123,
      "credits": 123,
      "description": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.crxbase.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

project_id
string
required

ID of the project

Response

Plans retrieved successfully

success
boolean
required
data
object[]
required

list of plans