Base URL
All API requests should be made to:Authentication
All API endpoints require authentication via thex-api-key header.
Request Format
All requests should:- Use
Content-Type: application/json - Include the
x-api-keyheader - Send data in JSON format
Example Request
Response Format
All responses follow this structure. Checkerror == null to determine success.
Endpoints
POST /v1/chatads/messages
Analyze a message for affiliate opportunities
Error Handling
See Error Handling for details on error codes and responses.Rate Limits
See Rate Limits for information about request quotas.Response Times
Our API is designed for low-latency inline processing, with response times optimized for different use cases.Fast
~75msExtremely fast, but may not always extract best keyword and/or find an offer. Use
extraction_mode=fast to enable.Standard
~200msThorough analysis of input text + multi-source affiliate URL discovery for higher match rates.