{
  "x402Version": 2,
  "id": 123,
  "slug": "123",
  "resource": "https://api.exa.ai/contents",
  "description": "Exa /contents endpoint",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x6d6E695b09861467c7d462f5AAF31cF3540B9192",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 60
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "12Ec2cJmfR1C9uwejzxcuMhUgEC7wDrLgm1wBvvR5w9E",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "1000",
      "maxTimeoutSeconds": 60
    },
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xB98eF29eb2be19Ae646A8FC0248255B90A332dbC",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 604900
    },
    {
      "scheme": "exact",
      "network": "eip155:480",
      "payTo": "0xB98eF29eb2be19Ae646A8FC0248255B90A332dbC",
      "asset": "0x79A02482A880bCE3F13e09Da970dC34db4CD24d1",
      "amount": "1000",
      "maxTimeoutSeconds": 604900
    },
    {
      "scheme": "exact",
      "network": "eip155:5042",
      "payTo": "0xB98eF29eb2be19Ae646A8FC0248255B90A332dbC",
      "asset": "0x3600000000000000000000000000000000000000",
      "amount": "1000",
      "maxTimeoutSeconds": 604900
    },
    {
      "scheme": "exact",
      "network": "eip155:5042",
      "payTo": "0xB98eF29eb2be19Ae646A8FC0248255B90A332dbC",
      "asset": "0x3600000000000000000000000000000000000000",
      "amount": "1000",
      "maxTimeoutSeconds": 3600
    },
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xB98eF29eb2be19Ae646A8FC0248255B90A332dbC",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 3600
    }
  ],
  "outputSchema": {
    "agentkit": {
      "_options": {
        "mode": {
          "type": "free-trial",
          "uses": 100
        },
        "network": "eip155:480",
        "statement": "Verify your agent is backed by a real human to access Exa"
      },
      "info": {
        "domain": "api.exa.ai",
        "issuedAt": "2026-09-18T08:20:41.512Z",
        "nonce": "586ac607fed5f32adc91fa7040b44afd",
        "resources": [
          "https://api.exa.ai/contents"
        ],
        "statement": "Verify your agent is backed by a real human to access Exa",
        "uri": "https://api.exa.ai/contents",
        "version": "1"
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "address": {
            "type": "string"
          },
          "chainId": {
            "type": "string"
          },
          "domain": {
            "type": "string"
          },
          "expirationTime": {
            "format": "date-time",
            "type": "string"
          },
          "issuedAt": {
            "format": "date-time",
            "type": "string"
          },
          "nonce": {
            "type": "string"
          },
          "notBefore": {
            "format": "date-time",
            "type": "string"
          },
          "requestId": {
            "type": "string"
          },
          "resources": {
            "items": {
              "format": "uri",
              "type": "string"
            },
            "type": "array"
          },
          "signature": {
            "type": "string"
          },
          "statement": {
            "type": "string"
          },
          "type": {
            "type": "string"
          },
          "uri": {
            "format": "uri",
            "type": "string"
          },
          "version": {
            "type": "string"
          }
        },
        "required": [
          "domain",
          "address",
          "uri",
          "version",
          "chainId",
          "type",
          "nonce",
          "issuedAt",
          "signature"
        ],
        "type": "object"
      },
      "supportedChains": [
        {
          "chainId": "eip155:480",
          "type": "eip191"
        },
        {
          "chainId": "eip155:480",
          "type": "eip1271"
        }
      ]
    },
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "text": true,
            "urls": [
              "https://example.com"
            ]
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "results": [
              {
                "text": "Page content...",
                "title": "Example",
                "url": "https://example.com"
              }
            ]
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "highlights": {
                    "description": "Include text highlights",
                    "type": "boolean"
                  },
                  "ids": {
                    "description": "Array of Exa document IDs to retrieve content for",
                    "type": "array"
                  },
                  "summary": {
                    "description": "Include AI summary",
                    "type": "boolean"
                  },
                  "text": {
                    "description": "Include full text content",
                    "type": "boolean"
                  },
                  "urls": {
                    "description": "Array of URLs to retrieve content for",
                    "type": "array"
                  }
                },
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "bodyType",
              "body",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "agentkit",
    "bazaar"
  ],
  "sourceHost": "api.exa.ai",
  "lastUpdated": "2026-09-18T08:20:41.569Z",
  "quality": {
    "calls30d": 178,
    "uniquePayers30d": 21,
    "lastCalledAt": "2026-09-18T08:20:41.368Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.exa.ai",
    "manifest_name": "api.exa.ai",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}