Creative External API

The Creative External API uploads creative assets and publishes ads to ad networks programmatically, bypassing the AppsFlyer Creative Dashboard UI. It is asynchronous — a batch is submitted for upload and publication and returns a batch identifier, then per-item processing status and results are polled separately (AppsFlyer recommends starting at a 5-second poll interval with exponential backoff capped at 60 seconds). Facebook (Meta) is the currently supported destination network. Authenticated with the account API V2 token as a bearer token.

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/creative-external-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 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.

API entry from apis.yml

apis.yml Raw ↑
name: Creative External API
description: The Creative External API uploads creative assets and publishes ads to ad networks programmatically,
  bypassing the AppsFlyer Creative Dashboard UI. It is asynchronous — a batch is submitted for upload
  and publication and returns a batch identifier, then per-item processing status and results are polled
  separately (AppsFlyer recommends starting at a 5-second poll interval with exponential backoff capped
  at 60 seconds). Facebook (Meta) is the currently supported destination network. Authenticated with the
  account API V2 token as a bearer token.
humanURL: https://dev.appsflyer.com/hc/reference/creative-external-api-overview
baseURL: https://hq1.appsflyer.com/creative-dashboard/api
tags:
- Creatives
- ad-networks
- Creative Management
- Advertising
- Asynchronous
- Meta
tags_raw:
- creatives
- ad-networks
- creative-management
- advertising
- asynchronous
- meta
properties:
- type: Documentation
  url: https://dev.appsflyer.com/hc/reference/creative-external-api-overview
- type: APIReference
  url: https://dev.appsflyer.com/hc/reference
- type: Authentication
  url: authentication/appsflyer-authentication.yml
- type: Conventions
  url: conventions/appsflyer-conventions.yml
x-no-openapi: AppsFlyer documents this API as a narrative guide page only. Unlike the other 36 APIs in
  this profile it has no OAS-backed reference pages in the developer hub, so there is no published OpenAPI
  to harvest. The two operations are POST /creative/v1.0/upload/batch and GET /creative/v1.0/upload/status/{batch_id}.