This guide walks you through making your first API request to bunny.net.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.
Get your API key
- Log in to the bunny.net dashboard
- Navigate to Account > API
- Copy your Account API Key
Make your first request
Use the following curl command to list your pull zones:Replace
YOUR_API_KEY with the API key you copied from the dashboard.View the response
A successful response returns a list of your pull zones:If you don’t have any pull zones yet, the
Items array will be empty.