cURL
API Reference
Generate Affiliate Links
Convert URLs to affiliate links using the Wildfire network.
POST
cURL
Documentation Index
Fetch the complete documentation index at: https://docs.getcatalog.ai/llms.txt
Use this file to discover all available pages before exploring further.
Request
Your API key for authentication
Request Body
Array of product URLs to convert into affiliate links (maximum 100 URLs per request)Requirements:URL sanitization: URLs are sanitized and normalized on the backend; client-side sanitization is not required.
- Must be a non-empty array
- Each entry must be a valid URL string
- Maximum 100 URLs per request
Response
Array of affiliate link generation results, one for each input URL
Total number of URLs processed in this request
Number of URLs that successfully generated affiliate links
Number of URLs that failed to generate affiliate links
cURL