Skip to main content
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.
CreatorDB does not provide a mock server or sandbox environment for testing our API. All API calls are made to the production environment and use API credits. Please see API Credit Usage for details about the number of API credits used per call.

API versions

The CreatorDB API is currently on version 2.0. The first version of the CreatorDB API is no longer available.

API structure

Group 3.png 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:
ComponentsDescription
ProtocolIndicates the required protocol the browser must follow to obtain the URL resource.
HostAlso known as the domain name, directs to the server being requested. Instead of a domain name, this can also be an IP address.
VersionIndicates the current API version.
ResourceThe path to the API resource on the server.
ParameterThe information the web server requires in an API request to access the resource.
The CreatorDB API follows REST API conventions.
  • Resources are nouns like apiStatus or youtubeBasic.
  • Subresources are a classification or item of another resource.
  • Actions are represented by HTTP request methods.
  • Responses follow the generic JSON content type.
CreatorDB follows industry best practices OpenAPI Specification to describe each endpoint. The root URL of the CreatorDB API is https://dev.creatordb.app/v{version number}/.
Last modified on February 9, 2026