Contently Talent API

REST-first JSON API to Contently's vetted creative network and project workflow. Search creators, open NDA-scoped projects, brief and message contributors, submit draft reviews, approve and pay out work, and check funded balances. Secured with scoped OAuth2; state-change webhooks over Slack, Teams, or HTTP. Seven endpoints are documented in prose on the product page; no OpenAPI, no reference documentation, and no developer portal are published, and access is sales-gated.

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/contently-talent-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

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

Get an API key

Free tier, no email required.

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

API entry from apis.yml

apis.yml Raw ↑
name: Contently Talent API
description: REST-first JSON API to Contently's vetted creative network and project workflow. Search creators,
  open NDA-scoped projects, brief and message contributors, submit draft reviews, approve and pay out
  work, and check funded balances. Secured with scoped OAuth2; state-change webhooks over Slack, Teams,
  or HTTP. Seven endpoints are documented in prose on the product page; no OpenAPI, no reference documentation,
  and no developer portal are published, and access is sales-gated.
humanURL: https://contently.com/platform/talent-api/
baseURL: https://api.contently.com
tags:
- Talent
- Freelance
- Content
- Project
- Reviews
tags_raw:
- Talent
- Freelance
- Content
- Projects
- Reviews
properties:
- type: Authentication
  url: authentication/contently-authentication.yml
- type: Webhooks
  url: asyncapi/contently-webhooks.yml
- type: Conventions
  url: conventions/contently-conventions.yml
- type: Conformance
  url: conformance/contently-conformance.yml
- type: RateLimits
  url: rate-limits/contently-rate-limits.yml
x-evidence:
  verified: '2026-08-13'
  method: live HTTP probe
  docs_describe: Seven REST endpoints with methods and paths, an OAuth2 scoped auth model, a four-event
    webhook catalog, and a six-tool MCP list — published as prose on https://contently.com/platform/talent-api/
    (HTTP 200).
  base_url_check: api.contently.com is a genuinely configured host (302 to /signin, serves the Contently
    Rails application; x-request-id and x-runtime headers observed), NOT a wildcard artefact. It matches
    the curl examples Contently publishes on the Talent API page.
  spec_check: No machine-readable contract. 33 OpenAPI/Swagger discovery probes across contently.com,
    api.contently.com and developer.contently.com returned 404; GraphQL introspection returns a Rails
    HTML 500.