Docs

Capabilities

Returns the machine-readable service catalog used by agents and documentation pages.

Request

Method
GET
URL
https://api.x402dataapi.com/capabilities
Price
Free

Tags

catalogagents

Input Schema

{
  "none": true
}

Input Example

{
  "none": true
}

Response Example

{
  "name": "X402 Data API",
  "x402": true,
  "services": [
    {
      "key": "domain_intel",
      "endpoint": "/v1/domain-intel",
      "input_schema": {
        "type": "object"
      }
    }
  ]
}

Errors

5xxCatalog generation failed.

curl

curl https://api.x402dataapi.com/capabilities