Economic Intelligence
Create Recommendations
Generates a recommendation based on your input. Returns immediately; poll the list endpoint until its status is ready.
post/economic_intelligence
Headers
Idempotency-Keystring
Example:d9105228-4a08-46b1-8b91-42fed586d383
A unique key that makes this request safe to retry. See Idempotent requests.
Request body
Example request
{
"account_id": "biz_xxxxxxxxxxxxxx",
"input": "I sell $79 customized gym straps. The number of purchases per day fell from 84 to 66 since June and my ads cost per signup doubled to $38. Half the leads never open the checkout. I want to win back churned visitors and lift conversion without cutting the price, and I can spend up to $500 this month on it."
}Response
recommendation queued
Example response
{
"account_id": "biz_xxxxxxxxxxxxxx",
"action_type": "improve_landing_page",
"created_at": "2026-01-01T12:00:00.000Z",
"executed_at": "2026-01-01T12:00:00.000Z",
"id": "reca_xxxxxxxxxxxxxx",
"input": "more buyers",
"prompt": "Create a 20% off promo code for my members.",
"reasoning": "Capped 9 of 14 days.",
"sentiment": "positive",
"status": "executed",
"superseded_at": "2026-01-01T12:00:00.000Z",
"target_url": "https://example.com/join",
"title": "Move $180 from 3 dead ad groups into BATCH#3, +1.7x return"
}