Submits a brand for review and addition to the CreatorDB database. Submitted brands are not immediately available through other /v3/sponsor endpoints — each submission is reviewed before indexing.
Each API key can make up to 100 submissions per day (resets at 00:00 UTC). The response status field returns one of:
accepted — The brand has been queued for indexing. Costs 1 credit.done — The brand is already indexed. The existing record ID is returned in existingBrandId. Costs 0 credits.rejected — The submission was invalid or the brand is blacklisted. Costs 0 credits.Documentation Index
Fetch the complete documentation index at: https://docs.creatordb.app/llms.txt
Use this file to discover all available pages before exploring further.
The valid CreatorDB API key for authentication.
Request body for submitting a brand to the CreatorDB database.
Display name of the brand (1-100 characters).
1 - 100"Notion"
The brand's official website URL. Must include the http/https protocol.
"https://www.notion.so"
Up to 10 competitor brand names or domains.
10["Odoo", "Everything App"]Optional context to help reviewers process the submission, such as known social handles or reasons the brand should be indexed.
500"Frequently sponsors productivity and tech YouTube channels"
Submitted brand for processing into CreatorDB database successfully
Response body for a sponsor submission. Submission details are returned in data.
Response body for a sponsor submission.
Unique trace ID for each request.
"f8e4a3b2c1d0e9f8a7b6c5d4e3f2a1b0"
Time the response was generated, represented as a Unix timestamp in milliseconds.
1750732453635
Remaining credits available for this API key after the current request.
975
Number of API credits consumed by this request.
25
Error code returned if the request fails. Empty if the request succeeds.
""
Description of the error if any. Empty if successful
""
true if the request is successful.
true