UnifyAPI
← Back to catalog

aipush.market_report_status

mock data$0.000 / call

Market Report Status (AIPush MIP)

Poll the status of a market intelligence report. Returns "running" with current step (crawling/ai_analysis), or "completed" with full profile_json containing competitors (scored), keywords, market surface, and evidence. Free to poll (AIPush MIP)

AI & MLprovider: Aipush#aipush#ai

Input schema

report_idrequired

Report ID in UUID format (e.g. "ed90f49c-15d8-46ee-9799-c6a8d468f6ba") — returned by aipush.market_report. Poll until status = "completed" to get full profile_json with competitors, keywords, and market analysis.

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/aipush.market_report_status \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"report_id":"<report_id>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.