Brothh Docs
Documentation
Explore guides and examples to integrate, sell, and grow on Brothh.
For sellers
For markets
Try it out
Preview a request against the Brothh API. Sign in to run real calls with your test keys.
Place a bid
curl -X POST https://api.brothh.com/v1/auctions/auc_demo/bids \
-H "Authorization: Bearer sk_test_demo_xxx" \
-H "Content-Type: application/json" \
-d '{ "amountCents": 5000, "creativeId": "crt_demo_xxx" }'Uses a demo placeholder key (sk_test_demo_xxxxxxxxxxxxxxxx). Sign in and the playground swaps in your real test key server-side.