CreatorDB Headless API Service provides access to collected creator data and functionality. It allows you to build custom features, such as retrieving important creator data and metrics, tracking creators’ performance on different social media platforms, and discovering brands they work with. Supported social media platforms include YouTube, Instagram, TikTok, Facebook, and Threads. To use the CreatorDB API, you need a CreatorDB account and API key. For details, see Quickstart. Your data-gathering capabilities depend on the number of API credits you have.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.
API versions
The CreatorDB API is currently on version 2.0. The first version of the CreatorDB API is no longer available.API structure
The API Uniform Resource Locator (URL) is a unique address directed towards the API resource. The URL is required for making HTTP requests and interacting with the API to obtain or send data. The API URL components and descriptions are as follows:
| Components | Description |
|---|---|
| Protocol | Indicates the required protocol the browser must follow to obtain the URL resource. |
| Host | Also known as the domain name, directs to the server being requested. Instead of a domain name, this can also be an IP address. |
| Version | Indicates the current API version. |
| Resource | The path to the API resource on the server. |
| Parameter | The information the web server requires in an API request to access the resource. |
- Resources are nouns like
apiStatusoryoutubeBasic. - Subresources are a classification or item of another resource.
- Actions are represented by HTTP request methods.
- Responses follow the generic JSON content type.
https://dev.creatordb.app/v{version number}/.