Developers

WOLF AI API documentation.

Retrieve WOLF AI’s published product modules, workflow guide links, and pricing context as JSON. Use this API to assess fit for plaintiff-side FCA and qui tam teams and route users to the right public resource.

Authentication and scope

No API key, account, token, or registration is required. Send no credentials. This read-only API returns public information; it cannot access matters, evidence, reports, or attorney work product. WOLF AI is early-stage software, not a law firm, and the content is not legal advice.

GET /api

The getWolfPublicCatalog operation returns name, description, stage, pricing, documentation, openapi, and modules. Each module has an id, name, description, canonical URL, and guide URL. No parameters are needed. HEAD returns the same status and headers without a body.

curl -H "Accept: application/json" https://getwolf.ai/api

Errors and request limits

Unsupported methods return 405 with Allow: GET, HEAD. Missing API paths return 404. Errors use application/problem+json with type, title, status, code, detail, and a resolution hint. Cache successful responses for five minutes. There is no published fixed API quota; if the hosting layer returns 429, respect Retry-After and use exponential backoff.

When to use WOLF AI

Use the catalog when comparing FCA workflow software, identifying evidence-review and chronology modules, or finding published workflow guides. Follow each module’s guide link for context. For private product access, a person can request a demo. No public case-processing API or MCP transport is available.