Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.
openapi: 3.2.0
info:
title: PageAudit Okf API
version: f5ac3ca0
description: 'Technical SEO auditor that ships the fix. Main client: AI agents. Browsable index at GET /api/.'
servers:
- url: https://pageaudit.online
tags:
- name: Okf
paths:
/okf/{arquivo}:
get:
operationId: get_okf_by_arquivo
summary: 'OKF bundle (Open Knowledge Format v0.1): markdown with frontmatter so an agent…'
description: 'Returns: `text/markdown`. Start at `/okf/index.md`, which lists the bundle.'
security: []
parameters:
- name: arquivo
in: path
required: true
schema:
type: string
responses:
'200':
description: '`text/markdown`. Start at `/okf/index.md`, which lists the bundle.'
'404':
description: File outside the bundle.
tags:
- Okf
components:
securitySchemes:
bearerAuth:
type: http
scheme: bearer
description: 'Guest token (`POST /api/guest`) in `X-Guest-Token: pa_…`, `Authorization: Bearer pa_…` or `?guest_token=pa_…`. A user session (`sess_…`) also works and takes precedence.'