curl -X POST https://api.getcatalog.ai/v1/affiliate \ -H "Content-Type: application/json" \ -H "x-api-key: YOUR_API_KEY" \ -d '{ "urls": [ "https://www.nike.com/t/air-force-1-07-mens-shoes-5QFp5Z/CW2288-111", "https://www.adidas.com/us/gazelle-shoes/BB5476.html", "https://www.amazon.com/dp/B08XYZ123" ] }'
{ "results": [ { "wildfire_link": "https://wildfire.app/track?url=https%3A%2F%2Fwww.nike.com%2Ft%2Fair-force-1-07-mens-shoes-5QFp5Z%2FCW2288-111&device_id=wf_device_12345", "original_url": "https://www.nike.com/t/air-force-1-07-mens-shoes-5QFp5Z/CW2288-111", "device_id": "wf_device_12345", "success": true }, { "wildfire_link": "https://wildfire.app/track?url=https%3A%2F%2Fwww.adidas.com%2Fus%2Fgazelle-shoes%2FBB5476.html&device_id=wf_device_12345", "original_url": "https://www.adidas.com/us/gazelle-shoes/BB5476.html", "device_id": "wf_device_12345", "success": true } ], "total_processed": 2, "successful": 2 }
Convert regular product URLs into Wildfire affiliate tracking links
[ "https://www.nike.com/t/air-force-1-07-mens-shoes-5QFp5Z/CW2288-111", "https://www.adidas.com/us/gazelle-shoes/BB5476.html", "https://www.amazon.com/dp/B08XYZ123" ]
Show Affiliate Link Result