Skip to main content

Grab your API key

Generate your API key on the Platform.

Free tier

1,000 free credits when you sign up.

Make your first request

curl https://api.ceramic.ai/search \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"query": "California rental laws"}'

Response

{
  "requestId": "ae2ebd93-194f-4460-9996-15e3f86b05d8"
  "result": {
    "results": [
      {
        "title": "California Tenant Rights Guide",
        "url": "https://example.com/tenant-rights",
        "description": "Comprehensive guide to California rental laws...",
        "score": 14.52
      }...
    ],
    "searchMetadata": {
      "executionTime": 0.097
    },
    "totalResults": 10
  }
}

Next steps

API Reference

Explore all available parameters

Best Practices

Get the most out of Ceramic Search