200; work still running returns 202. Store the response requestId for support and observability.
The interactive API playground asks you to paste a key for the current request. This documentation never pre-fills or persists it.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Make your first verification request.
export BOUNCELESS_API_KEY="blc.your_key"
curl --request POST https://api.bounceless.io/v1/verify \
--header "X-Api-Key: $BOUNCELESS_API_KEY" \
--header "Idempotency-Key: quickstart-001" \
--header "Content-Type: application/json" \
--data '{"email":"test@example.com"}'
200; work still running returns 202. Store the response requestId for support and observability.