Start an async account report on a target company.
buyer_company + analysis_type; optional seller_company, buyer_company_context, seller_company_context, report_type, force.
POST /v1/miia/create
humantic_miia_report_create_v1({ "buyer_company": "acme.com", "analysis_type": "deep", "seller_company": "Humantic AI", "seller_company_context": "Focus on our Account Intelligence offering" })
{
"create_request_id": "8f3a2c9e1b7d4e6fa0c5d2b7e9134a6c",
"buyer_company": "Acme Corp",
"buyer_company_domain": "acme.com",
"seller_company": "Humantic AI",
"analysis_type": "deep",
"status": "PENDING",
"_status": "processing",
"_trace_id": "6113d5deecadba31",
"_quota": { "pool": "miia", "limit": 5, "consumed": 1, "remaining": 4 }
}
// check report_status once now, again in ~2 min, then at ~15 min; fetch with report_fetch when ready