API Playground
Test our B2A search API with your own queries. Generate a test API key to get started.
API Request
Test keys have a limit of 100 requests per day
Sample cURL Request:
curl -X POST https://abbababa.com/api/v1/search \
-H "X-API-Key: your_api_key" \
-H "Content-Type: application/json" \
-d '{
"query": "portable music device with noise cancellation",
"filters": {
"inStock": true
},
"limit": 10,
"sortBy": "quality_score"
}'API Response
Run a search to see the API response