Netzo Developer Portal

Integrate with Netzo public indexes, scoped APIs, and markdown-friendly legal and blog content.

Quickstart

  1. Read /llms.txt and /openapi.json to discover canonical Netzo developer resources.
  2. Use the OpenAPI 3.1 spec for paths, scopes, and JSON error shapes.
  3. Send X-API-Key or Authorization: Bearer when you need scoped access.
  4. Request public pages with Accept: text/markdown to receive source markdown from the same URL.

Developer resources

Netzo OpenAPI

OpenAPI 3.1 specification with OAuth scopes, API keys, and structured JSON errors.

Open

Netzo llms.txt

Machine-readable index for language models and agents.

Open

Netzo sitemap

Canonical public URLs for crawlers.

Open

Netzo search index

JSON index of public page titles and paths.

Open

Netzo API health

Lightweight health check for the public website API.

Open

Authentication and scopes

Netzo issues scoped API keys for public website integrations. OAuth client-credentials tokens are available at /api/v1/oauth/token.

  • search:read
  • content: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"