Can I test the API without using my quota?
Can I test the API without using my quota?
The free tier provides 100 requests/month for testing. For development, you can:
- Use the API Explorer in the dashboard
- Cache responses during development
- Contact chris@getchatads.com for extended testing quotas
What's the maximum message length?
What's the maximum message length?
Messages can be 1-5,000 characters. Longer messages return
MESSAGE_TOO_LONG (400).Note: Messages longer than 100 words are automatically truncated before processing. This happens internally and won’t cause an error—you can send longer messages, but only the first ~100 words are analyzed for product keywords.For best results, send the relevant portion of the conversation—typically the user’s last message or the product-related context.How do I debug why a specific message didn't match?
How do I debug why a specific message didn't match?
Check the API response for clues:
data.status- Shows the request outcome:filled,partial_fill,no_offers_found, orinternal_errordata.returned- Number of offers returned (0 = no match)data.offers[].confidence_level- Shows intent classification (low,medium,high)
How can I improve matching results?
How can I improve matching results?
If you’re not getting the affiliate matches you expect:
- Be specific - Include product names or categories in your message
- Try different quality settings - Use
quality: "best"for more thorough matching