Skip to main content
GET
/
v1
/
credits
/
packages
List available credit packages for purchase
curl --request GET \
  --url https://api.urltodata.ai/v1/credits/packages
{
  "packages": [
    {
      "id": "<string>",
      "credits": 123,
      "priceUsd": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.urltodata.ai/llms.txt

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

Response

200 - application/json

Available credit packages

packages
object[]