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.Documentation Index
Fetch the complete documentation index at: https://info.bundle.social/llms.txt
Use this file to discover all available pages before exploring further.
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
JSON spec
OpenAPI 3.0 spec in JSON format.
YAML spec
OpenAPI 3.0 spec in YAML format.
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 |