KeepFace website screenshot

KeepFace

KeepFace is an all-in-one influencer marketing platform that helps brands, agencies, and enterprises discover, manage, and measure creator campaigns at scale. The platform spans creator discovery and CRM across 2M+ influencers in 43 countries, campaign management from brief through outreach, contract, and content approval, AI-driven brand-safety scoring and sentiment analysis of posts, real-time performance reporting (engagement rate, estimated media value, deletion-proof post archives), affiliate link tracking with pay-on-attributed-sales commissioning, and customer and employee advocacy programs. KeepFace is a portfolio company of 500 Global.

KeepFace publishes 2 APIs on the APIs.io network. Tagged areas include Company, Influencer Marketing, Creator Economy, Marketing, and Social-Media.

The KeepFace catalog on APIs.io includes 1 event-driven AsyncAPI specification.

KeepFace’s developer surface includes documentation, support, pricing, signup flow, API reference, getting-started guide, authentication, and 26 more developer resources.

37.1/100 thin ▬ flat Agent 32/100 agent ready saas Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
2 APIs 1 MCP Servers
CompanyInfluencer MarketingCreator EconomyMarketingSocial-MediaAffiliate MarketingAdvocacyCampaign ManagementMCPAI AgentsAttributionWebhook

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics could not be measured. We hold no machine-readable contract for this provider to read, so there is nothing to measure a write surface against. Excluded rather than scored zero: never-measured and measured-empty are different facts. Publishing an OpenAPI is what makes this facet — and several others — scorable at all.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/keepface: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 2

Individual APIs this provider publishes, each with its own machine-readable definition.

Keepface Affiliate API v2

The public server-side affiliate tracking API for Keepface. Brands POST sale and refund events from their own backend (or from Shopify, or from the browser JS pixel) and Keepfac...

Keepface MCP Server

A hosted, remote Model Context Protocol server that exposes 94 actions across the Keepface brand workspace — discovery, lists, campaigns, outreach, reporting, affiliate, wallet ...

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Keepface Rate Limits

6 limits

RATE LIMITS

Event Specifications 1

AsyncAPI definitions for this provider's event-driven and streaming APIs.

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Keepface Authentication

hmac/bearer/origin-allowlist/none · 5 schemes

SECURITY

Keepface Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Scopes 1

OAuth scopes governing access to this provider's APIs.

Keepface Scopes

11 scopes

11 scopes

SCOPES

Resources

Get Started 3

Portal, sign-up, and the first successful call

Documentation 3

Reference material describing how the API behaves

Agent Surfaces 2

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 7

Pagination, idempotency, versioning, errors, and events

Scroll for all 7

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 4

Authentication, authorization, and security posture

Operate 5

Status, limits, changes, and where to get help

Commercial 5

Pricing, plans, and the legal terms of use

Company 1

The organization behind the API

Other 2

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: keepface
deliveryModel:
  model: saas
  open_source: false
  commercial: true
  callable_host: false
  label: Hosted service · you call their endpoint
  confidence: medium
  source:
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: public
  onboarding: self-service
  trial: true
  try_now: true
  public: true
  label: Self-service with a free tier
  confidence: high
  source:
  - https://keepface.com/pricing
  - https://keepface.com/ai-info
  - https://keepface.com/signup
  - https://help.keepface.com/brand/integrations/manage-with-claude-code/
  generated: '2026-08-13'
  method: searched
  note: 'Itemised per-product pricing is published, four of the five products have a free tier, and signup is open. API access
    is not separately gated or sold: the affiliate endpoints ship with the Affiliate Program product and an MCP token is self-issued
    from Settings, API Tokens inside a brand workspace.'
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/keepface.png
name: KeepFace
description: KeepFace is an all-in-one influencer marketing platform that helps brands, agencies, and enterprises discover,
  manage, and measure creator campaigns at scale. The platform spans creator discovery and CRM across 2M+ influencers in 43
  countries, campaign management from brief through outreach, contract, and content approval, AI-driven brand-safety scoring
  and sentiment analysis of posts, real-time performance reporting (engagement rate, estimated media value, deletion-proof
  post archives), affiliate link tracking with pay-on-attributed-sales commissioning, and customer and employee advocacy programs.
  KeepFace is a portfolio company of 500 Global.
url: https://raw.githubusercontent.com/api-evangelist/keepface/refs/heads/main/apis.yml
x-type: company
x-source: vc-portfolio
x-backed-by:
- 500-global
x-tier: profiled
x-tier-reason: two public API surfaces found and documented — a signed REST affiliate API and a hosted MCP server
specificationVersion: '0.23'
created: '2026-07-17'
modified: '2026-08-13'
tags:
- Company
- Influencer Marketing
- Creator Economy
- Marketing
- Social-Media
- Affiliate Marketing
- Advocacy
- Campaign Management
- MCP
- AI Agents
- Attribution
- Webhook
tags_raw:
- Company
- Influencer Marketing
- Creator Economy
- Marketing
- Social Media
- Affiliate Marketing
- Advocacy
- Campaign Management
- MCP
- AI Agents
- Attribution
- Webhooks
apis:
- aid: keepface:affiliate
  name: Keepface Affiliate API v2
  description: The public server-side affiliate tracking API for Keepface. Brands POST sale and refund events from their own
    backend (or from Shopify, or from the browser JS pixel) and Keepface attributes them to the creator whose link or discount
    code drove the sale. Every write is HMAC-SHA256 signed with a per-brand secret over a timestamped payload, replay-protected
    at a 300 second tolerance, and idempotent on (brand_id, order_id). A public click-resolve endpoint turns a short affiliate
    token into a destination URL, cookie window and campaign status. Rate limits and Retry-After are published per endpoint,
    and the API returns X-RateLimit-Limit / X-RateLimit-Remaining on live responses.
  humanURL: https://help.keepface.com/brand/affiliate-program/api-reference/
  baseURL: https://api.keepface.ai/api/v2
  tags:
  - Affiliate Marketing
  - Attribution
  - Webhook
  - Conversion Tracking
  tags_raw:
  - Affiliate Marketing
  - Attribution
  - Webhooks
  - Conversion Tracking
  properties:
  - type: APIReference
    url: https://help.keepface.com/brand/affiliate-program/api-reference/
  - type: Documentation
    url: https://help.keepface.com/brand/affiliate-program/postback-hmac-integration/
  - type: Webhooks
    url: asyncapi/keepface-affiliate-webhooks.yml
  - type: ErrorCatalog
    url: errors/keepface-problem-types.yml
  - type: RateLimits
    url: rate-limits/keepface-rate-limits.yml
  - type: DataModel
    url: data-model/keepface-data-model.yml
- aid: keepface:mcp
  name: Keepface MCP Server
  description: A hosted, remote Model Context Protocol server that exposes 94 actions across the Keepface brand workspace
    — discovery, lists, campaigns, outreach, reporting, affiliate, wallet (read-only), CRM, brands, AI analysis and creator
    chat. An agent POSTs to the endpoint with a workspace-scoped bearer token created in Settings, API Tokens; the server
    loads only the tools the token's scopes allow. Reads execute immediately, every write returns a preview and runs only
    on confirmation, and no token can move money — top-up, withdraw, currency conversion, influencer payout and affiliate
    commission changes are never exposed.
  humanURL: https://help.keepface.com/brand/integrations/manage-with-claude-code/
  baseURL: https://mcp.keepface.com/mcp
  tags:
  - MCP
  - AI Agents
  - Influencer Marketing
  properties:
  - type: MCPServer
    url: mcp/keepface-mcp.yml
  - type: Documentation
    url: https://help.keepface.com/brand/integrations/claude-code-tools-reference/
  - type: OAuthScopes
    url: scopes/keepface-scopes.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: Website
  url: https://keepface.com
- type: Documentation
  url: https://help.keepface.com
- type: Support
  url: https://help.keepface.com
- type: Pricing
  url: https://keepface.com/pricing
- type: SignUp
  url: https://keepface.com/signup
- type: Login
  url: https://keepface.com/login
- type: TermsOfService
  url: https://keepface.com/terms
- type: PrivacyPolicy
  url: https://keepface.com/privacy
- type: DomainSecurity
  url: security/keepface-domain-security.yml
- type: APIReference
  url: https://help.keepface.com/brand/affiliate-program/api-reference/
- type: GettingStarted
  url: https://help.keepface.com/brand/getting-started/welcome/
- type: HelpCenter
  url: https://help.keepface.com
- type: LLMsTxt
  url: llms/keepface-llms.txt
- type: MCPServer
  url: mcp/keepface-mcp.yml
- type: Authentication
  url: authentication/keepface-authentication.yml
- type: OAuthScopes
  url: scopes/keepface-scopes.yml
- type: Conventions
  url: conventions/keepface-conventions.yml
- type: Idempotency
  url: conventions/keepface-conventions.yml
- type: RateLimits
  url: rate-limits/keepface-rate-limits.yml
- type: ErrorCatalog
  url: errors/keepface-problem-types.yml
- type: Lifecycle
  url: lifecycle/keepface-lifecycle.yml
- type: Deprecation
  url: https://help.keepface.com/brand/affiliate-program/api-reference/
- type: ChangeLog
  url: changelog/keepface-changelog.yml
- type: Conformance
  url: conformance/keepface-conformance.yml
- type: Webhooks
  url: asyncapi/keepface-affiliate-webhooks.yml
- type: DataModel
  url: data-model/keepface-data-model.yml
- type: Packages
  url: packages/keepface-packages.yml
- type: Plans
  url: plans/keepface-plans-pricing.yml
- type: CookiePolicy
  url: https://keepface.com/cookie-policy
- type: UserAgreement
  url: https://keepface.com/user-agreement
- type: GDPR
  url: https://keepface.com/gdpr
- type: Glossary
  url: https://keepface.com/resources/glossary
- type: Guides
  url: https://keepface.com/resources/guides
x-enrichment:
  date: '2026-08-13'
  status: enriched
  artifacts_added: 15
  pass: local-v1
  note: Contract discovery beat the stub. The CSP on keepface.com named api.keepface.ai, the served llms.txt named /api/v2
    as the source of truth, and the help centre published a full Affiliate API v2 reference plus a live hosted MCP server
    at https://mcp.keepface.com/mcp (94 tools, 11 scopes, probed 401). No OpenAPI is published, so none was authored.

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/keepface"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/keepface/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/keepface/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.