ShopOps Router API
The ShopOps Router API classifies incoming traffic as human or LLM agent and can generate storefront markdown from structured product or collection specs. The API is RESTful, accepts JSON bodies for write operations, and returns JSON responses for successful requests.
Base URL
https://api.shopops.ai/Quick Start
Make your first API request in seconds. Here's a routing example:
1curl -G "https://api.shopops.ai/route" \2 -H "User-Agent: Mozilla/5.0 (compatible; GPTBot/1.0)" \3 -H "Signature-Agent: \"https://chatgpt.com\"" \4 --data-urlencode "user_id=3b5a77c5-6ee3-4b7a-8b85-961026fb1736" \5 --data-urlencode "url=https://brand.example/product/123"