1. Get an API key
Sign in to your Bridgly dashboard, open the API Keys page, and click Create key. Copy the key that appears — it starts withbgly_ and is shown only once.
2. Make your first call
Every endpoint is aPOST that takes a JSON body and returns JSON. Send your
key in the Authorization header as a bearer token.
3. Read the response
Every successful response wraps your result in the same envelope. The scraped data is always indata; timeMs and creditsCost tell you how long the call
took and what it cost.
Try other platforms
Swap the URL and body for any endpoint. A few to get you started:Next steps
Browse every endpoint
See each request schema and try calls live in the playground.
Understand responses
The envelope, credit costs, and how errors are reported.