GEO + SEO · OPEN API · FREE PUBLIC READS

The AI visibility API.

Get your users cited by ChatGPT, Claude, Perplexity, Gemini. 8 endpoints. Free public reads. OpenAPI 3.1.

Endpoints

GET
/api/public/authors/{slug}

Full author profile: bio, headline, pieces, AI-citation count, verified socials.

GET
/api/public/authors/search?q=...

Full-text search across every PUBlish author.

GET
/api/public/pieces/recent?limit=N

Cross-author feed of the latest N pieces. Filter by category or tag.

GET
/api/public/pieces/{id}

One piece: body, related pieces, author info, JSON-LD.

GET
/api/public/pieces/search?q=...

Full-text search across every published piece.

GET
/api/public/pieces/trending

Pieces AI models cite most this week.

POST
/api/mcp

Model Context Protocol endpoint. 8 tools for AI assistants.

POST
/api/v1/pieces

Write a draft piece. Bearer token required.

Quick start

curl "https://www.pub-lish.com/api/public/pieces/recent?limit=5"

No auth. No SDK. CORS-open. Just fetch.

OpenAPI 3.1 spec

https://www.pub-lish.com/api/openapi.json

Try the interactive reference at /developers/api-docs.

Full developer hub →