OpenAPI Specification
ChatPulse is built on an OpenAPI-first architecture.
Our complete API specification is available as an OpenAPI 3.0 document. You can use this specification to generate client libraries, run mock servers, or configure your API gateways.
Generating Clients
You can use OpenAPI Generator to automatically create SDKs in any language:
Terminal
openapi-generator-cli generate -i openapi.json -g python -o ./chatpulse-python