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-jsoncurl -o clarify-openapi.json https://api.clarify.ai/swagger-jsonInteractive explorer
The Swagger UI is available at:
https://api.clarify.ai/swaggerUse 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