submit_sponsor
Submit a brand for indexing in the sponsor database. Returns submission status and existing brand ID if already indexed, deducting 1 credit on acceptance.
Instructions
Submit a brand for indexing. Returns submissionId + status ("accepted" / "processing" / "done" / "rejected") and existingBrandId if the brand was already indexed. Costs 1 credit on acceptance, 0 on duplicate (status=done) or rejection. Rate-limited to 100 submissions/day per API key (separate from the credit pool).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brandName | Yes | Brand name (1–100 chars). | |
| brandUrl | Yes | Brand website URL — must include http:// or https://. | |
| competitors | No | Optional competitor brand names or URLs (max 10). | |
| notes | No | Optional free-form notes (≤500 chars). |