Skip to main content
Our API is fully described by an OpenAPI 3.0 spec. You can use it to explore endpoints interactively, generate client libraries, or import into your favorite API tool.

Try It Live

Docs client

Interactive API explorer embedded right here in the docs. Pass your API key and start making requests.

Swagger UI

Swagger

The classic Swagger UI. Browse all endpoints, see request/response schemas, and try things out.

Raw Specs


Code Generation

You can use the OpenAPI spec to auto-generate client libraries in pretty much any language. Some popular tools:
ToolCommand
openapi-generatoropenapi-generator generate -i https://api.bundle.social/swagger-json -g typescript-fetch -o ./client
openapi-typescriptnpx openapi-typescript https://api.bundle.social/swagger-json -o ./types.ts
PostmanImport the JSON URL directly into a collection
InsomniaFile > Import > From URL
If you’re using TypeScript, we recommend our official SDK instead of generating a client - it has better types, built-in webhook verification, and we actually maintain it.