YouTube
Submit Creators
Submit new YouTube creators to the CreatorDB database for indexing. Accepted creators enter a processing queue and become available via the other YouTube endpoints once first scraped. You are billed per newly accepted creator. Creators already indexed (done) or rejected (rejected) are not charged. For the current per-creator cost, see API Credit Usage.
POST
cURL
Authorizations
The valid CreatorDB API key for authentication.
Body
application/json
YouTube channel IDs to submit for indexing. The array accepts 1-100 channel IDs.
Required array length:
1 - 100 elementsExample:
Last modified on July 28, 2026
Previous
Get Profile InformationRetrieve the profile information of a specified YouTube creator, including metadata such as subscriber count, account type, language, hashtags, and more.<br /><br />Optionally pass `fields` in the request body to return only a subset of profile fields. You are billed the sum of the requested fields' costs, capped at the full-bundle price. Fractional calls must be enabled on your API key. Otherwise, requests that include a fields parameter return a `400` error (`FractionalCallsNotEnabled`). Per-field pricing is not published yet. For how fractional calls work, see [Fractional Calls](/api-v3/fractional-calls).
Next
cURL