Skip to main content
Create a finished mobile app ad from a real store listing. Appeeky analyzes the app’s title, description, icon, screenshots, audience, and positioning, then returns:
  • confirmed product key points
  • paste-ready Meta primary text, headline, description, and call to action
  • a square 1024x1024 PNG creative generated from the app’s real icon and screenshots
  • the final prompt used to generate the creative
The work runs asynchronously on Trigger.dev. POST /v1/app-ad-creatives/generate returns a jobId immediately with HTTP 202; poll GET /v1/app-ad-creatives/jobs/:jobId until the job is completed or failed.
Generated creatives use real listing assets as references. When screenshots are available, Appeeky composites the actual app UI into the creative instead of inventing unrelated product screens.

Create a creative job

Request body

Credits

Appeeky separates normal API credits from creative credits.
You can pass X-OpenAI-Key to use your own OpenAI key. BYOK image jobs use 1 API credit and do not consume creative credits. The key is not stored in the job record.

Image presets

MCP tools

The same workflow is available through the Appeeky MCP Server:

Code examples

Response (202 Accepted)


Poll job status

Response while running

Response when completed

Job fields


Edit an existing ad

Use mode: "edit" with a previous ad object and a natural-language instruction.
cURL

Errors