Netzo Developer Portal
Integrate with Netzo public indexes, scoped APIs, and markdown-friendly legal and blog content.
Quickstart
- Read /llms.txt and /openapi.json to discover canonical Netzo developer resources.
- Use the OpenAPI 3.1 spec for paths, scopes, and JSON error shapes.
- Send X-API-Key or Authorization: Bearer when you need scoped access.
- Request public pages with Accept: text/markdown to receive source markdown from the same URL.
Developer resources
Authentication and scopes
Netzo issues scoped API keys for public website integrations. OAuth client-credentials tokens are available at /api/v1/oauth/token.
search:readcontent:read
Contact Netzo to request production API keys. Public discovery endpoints work without credentials.
Sandbox commands
Try these commands against the public Netzo website API and content negotiation endpoints.
curl -s "https://netzo.io/openapi.json"
curl -s "https://netzo.io/api/search.json"
curl -s -H "Accept: text/markdown" "https://netzo.io/legal/aviso-de-privacidad"