Public data API
Free, read-only JSON over the PUBLIC library, the same data the site renders. No key required; responses cached ~5 minutes; please be gentle. User data is never exposed here.
| Endpoint | Returns |
|---|---|
GET /api/v1/styles | Public style listings (metadata + counts) |
GET /api/v1/styles/<slug> | One style incl. its published prompts and trait summary |
GET /api/v1/agents | Professional agent catalog |
GET /api/v1/agents/<slug> | One agent incl. its full structured definition |
GET /api/v1/platforms | AI platform directory with capability fields + review dates |
GET /api/v1/news | Recent AI headlines (source, url, category) |
Example
curl https://agentofme.ai/api/v1/agents/financial-analyst
Attribution appreciated: link back to agentofme.ai. The export bundle format (agentofme.identity/v1) is documented by example. Download any profile as JSON.