Documentation Index
Fetch the complete documentation index at: https://docs.bunny.net/llms.txt
Use this file to discover all available pages before exploring further.
bunny api sends a raw HTTP request to any bunny.net API endpoint with authentication handled automatically via your configured API key. It’s useful for calling endpoints the CLI doesn’t expose directly, scripting, and exploring the API.
| Flag | Alias | Description |
|---|---|---|
--body | -b | JSON request body |
Paths and methods
- The method is case-insensitive (
getandGETboth work). - Paths are relative to
https://api.bunny.net. - See the API Reference for a complete list of endpoints.
Request body
You can pass a JSON body three ways:- Inline with
--body: - From stdin:
- From a file via shell redirection:
Tip: inspect requests
Use--verbose to print the full request URL, headers, and raw response. Handy when exploring an endpoint or debugging auth.