Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X GET https://searchcompany-main.up.railway.app/api/explore/competitors \ -H "Authorization: Bearer $TOKEN"
{ "status": "success", "competitors": [ { "id": "550e8400-e29b-41d4-a716-446655440000", "name": "Nike", "url": "https://nike.com", "favicon_url": "https://storage.supabase.co/favicons/competitors/abc123.png", "source": "auto_discovered" }, { "id": "550e8400-e29b-41d4-a716-446655440001", "name": "Adidas", "url": "https://adidas.com", "favicon_url": "https://storage.supabase.co/favicons/competitors/def456.png", "source": "auto_discovered" }, { "id": "550e8400-e29b-41d4-a716-446655440002", "name": "Lululemon", "url": "https://lululemon.com", "favicon_url": "https://storage.supabase.co/favicons/competitors/ghi789.png", "source": "user_added" } ], "count": 3 }
status
"success"
competitors
count
id
name
url
favicon_url
source
"auto_discovered"
"user_added"