Public API overview

Connect CreatorsJet to your own software. Most people should use MCP instead.

The Public API connects CreatorsJet to your own software, website, or internal system. It is for developers and technical teams.

Want to use an AI assistant instead?

Use CreatorsJet MCP and ask in plain language. You do not need an API key or code for that.

Choose the easiest path

You want to…Best option
Ask an AI assistant to show your media kits, socials, decks, or campaignsMCP quick starts
Connect CreatorsJet to software you are buildingContinue with the Public API
Try a few safe API requestsAPI quick starts

What the API can do

If you need to…The API can…
Find media kitsList media kits you are allowed to see.
Check social accountsList connected social accounts safely, without passwords or OAuth credentials.
Review campaignsList, create, and update campaigns you own.
Work with decksList, create, and update agency pitch decks.
Import creatorsAdd a creator or upload a CSV roster as an agency.

Who can use it

AccountPlan neededWhat they can do
CreatorActive ProWork with their own media kits, socials, link-in-bio page, and campaigns.
AgencyActive Pro, Scale, or EnterpriseWork with roster creators, their media kits and socials, agency decks, and campaigns.

Only agency owners can create agency keys. API keys are private secrets and must stay on a secure server, never in a browser or public file.

Full developer details

Technical section

The rest of this page is for developers. If you only want to try the API, use the quick starts.

DomainImplemented V1 behavior
Creator profilesRetrieve identity, public social accounts, summary metrics, data status, and freshness timestamps. Creator keys can retrieve only their own profile.
Agency rostersAdd one creator or list an agency roster with opaque cursor pagination.
CSV importsQueue an import of up to 500 creator rows and retrieve row-level progress and results.
Media kitsEnsure, list, and retrieve the default media kit visible to a creator or agency subject.
Social accountsList connected social accounts for the creator represented by a creator key or an agency roster creator. Responses never include OAuth credentials.
Link in bioCreator keys can create, retrieve, or edit their single page, social profile links, and safe link, title, or text blocks.
Pitch decksAgency keys can list, retrieve, create, or edit agency-owned decks using creators already in the agency roster.
CampaignsCreator and agency keys can list, retrieve, create, or edit owned campaign metadata, schedules, tracking state, CPM values, and EMV override.
Page-view analyticsRetrieve page views, unique visitors, and a time series for owned media kits, link-in-bio pages, public rosters, decks, or campaign reports.
Sponsorship discoveryNot included in V1. No sponsorship endpoint is published.

V1 intentionally excludes creator-profile mutation, social OAuth and synchronization controls, full media-kit editing, link-in-bio block deletion, campaign participants and content, campaign report configuration and lifecycle actions, deck, link-in-bio, or campaign deletion, media uploads, custom domains, the full link-in-bio designer, creator invitations, webhooks, SDKs, GraphQL, XLSX, Google Sheets imports, and remote avatar ingestion.

Full endpoint list

MethodEndpointAccountRequired scope
GET/meCreator or agencyAny valid key
POST/creatorsAgencyroster:write
GET/creatorsAgencyroster:read
GET/creators/{creator_id}Agency or creator selfroster:read or profile:read
POST/creator-importsAgencyroster:write
GET/creator-imports/{import_id}Agencyroster:read
POST/media-kitsCreator or agencymedia_kits:write
GET/media-kitsCreator or agencymedia_kits:read
GET/media-kits/{media_kit_id}Creator or agencymedia_kits:read
GET/socialsCreator or agency rosterprofile:read or roster:read
GET/link-in-bioCreatorlink_in_bio:read
POST/link-in-bioCreatorlink_in_bio:write
PATCH/link-in-bioCreatorlink_in_bio:write
GET/decksAgencydecks:read
POST/decksAgencydecks:write
GET/decks/{deck_id}Agencydecks:read
PATCH/decks/{deck_id}Agencydecks:write
GET/campaignsCreator or agencycampaigns:read
POST/campaignsCreator or agencycampaigns:write
GET/campaigns/{campaign_id}Creator or agencycampaigns:read
PATCH/campaigns/{campaign_id}Creator or agencycampaigns:write
GET/analytics/viewsCreator or agencyanalytics:read

Cross-account resources return 404 rather than revealing that another tenant owns the requested ID.

Next steps