ChatAds is currently Amazon-only. You’ll need an Amazon Associates account and your Associate ID (tracking tag) to earn commissions. Add it in API Keys > Amazon Affiliate Tag in your dashboard.
curl -X POST 'https://api.getchatads.com/v1/chatads/messages' \ -H 'Content-Type: application/json' \ -H 'x-api-key: YOUR_API_KEY' \ -d '{ "message": "The Bose QuietComfort Ultra earbuds are great for commuting. They have solid noise cancellation and a comfortable fit. Battery life is around six hours, which is enough for most people." }'
See the API Reference for examples in Python, TypeScript, Go, and more — plus full request/response documentation.
For image inputs, pass the image URL or base64 file data in message and set input_type to image_url or image_file. See the image search guide for details.