ClarifyClarify APIBeta
Resources

OpenAPI spec

Machine-readable API specification

The full Clarify API is described in an OpenAPI 3.1 specification.

Download

https://api.clarify.ai/swagger-json
curl -o clarify-openapi.json https://api.clarify.ai/swagger-json

Interactive explorer

The Swagger UI is available at:

https://api.clarify.ai/swagger

Use cases

  • Generate typed clients in TypeScript, Python, Go, or any language with OpenAPI tooling
  • Import into Postman or Insomnia for manual testing
  • Validate requests against the schema before sending
  • Generate documentation for internal use

Example: generate a TypeScript client

npx openapi-typescript https://api.clarify.ai/swagger-json -o clarify-api.d.ts