Platform

Docs

One grammar. Guess the endpoint, guess the method.

Auth

1Authorization: Bearer bdy_…

URL shape

1/v1/{service}/{resource}

Success

1{ "data": …, "meta": { "request_id": "req_…", "ms": 12 } }

Error

1{ "error": { "code": "…", "message": "…", "request_id": "req_…", "docs": "/docs" } }

web.fetch

1GET /v1/web/fetch?url=https://example.com

Returns title, plain text, markdown, top links, and fetchedAt.