domi-ai-metadata
{ "domi-ai-metadata": ... }
EventSource
Authorization: ********************
deviceId: ********************
deviceType: ********************
appVersion: ********************
{ "schema_version": 1, "business_request_id": "order-ai-20260716-0001", "source_system_code": "crm", "application_id": "crm-copilot", "business_line_id": "sales", "organization_id": "org-1001", "user_id": "u-2001", "classify": { "1": "p-3001", "2": "cc-310", "3": "knowledge_qa", "20": "" } }
curl --location 'https://gateway.domi-kids.com/domi/gateway/docs/ai-metadata' \ --header 'Authorization: Bearer <token>' \ --header 'deviceId: <api-key>' \ --header 'deviceType: <api-key>' \ --header 'appVersion: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "schema_version": 1, "business_request_id": "order-ai-20260716-0001", "source_system_code": "crm", "application_id": "crm-copilot", "business_line_id": "sales", "organization_id": "org-1001", "user_id": "u-2001", "classify": { "1": "p-3001", "2": "cc-310", "3": "knowledge_qa", "20": "" } }'
{ "code": 0, "msg": "string", "data": "string" }