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:| Tool | Command |
|---|---|
| openapi-generator | openapi-generator generate -i https://api.bundle.social/swagger-json -g typescript-fetch -o ./client |
| openapi-typescript | npx openapi-typescript https://api.bundle.social/swagger-json -o ./types.ts |
| Postman | Import the JSON URL directly into a collection |
| Insomnia | File > Import > From URL |