BUREAU API
Public API Documentation
DISCOVERY
The homepage advertises machine-readable resources with RFC 8288 Link response headers.
API catalog: /.well-known/api-catalog
OpenAPI description: /openapi.json
POST /api/requests
Captures a public website intake request from the homepage form. The body accepts url, optional locale (en or fr), optional source, and an empty companyWebsite honeypot field.
{
"url": "kendrick.paris",
"locale": "en"
}GET /api/diagnostics/{token}
Reads a private shared diagnostic when supplied with an administrator-generated token. Crawler detail is omitted from the public response.