Skip to main content

Base URL

All API requests should be made to:

Authentication

All API endpoints require authentication via the x-api-key header.
Get your API key from app.getchatads.com/api/keys.

Request Format

All requests should:
  • Use Content-Type: application/json
  • Include the x-api-key header
  • Send data in JSON format

Example Request

Response Format

All responses follow this structure. Check error == 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.

Extraction Only

~75-200msSet resolution_mode=none to extract keywords without resolving affiliate URLs.

Standard

~200msThorough analysis of input text + multi-source affiliate URL discovery for higher match rates.