curl --location 'https://gateway.domi-kids.com/v1/embeddings' \
--header 'domi-ai-metadata: {
"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": ""
}
}' \
--header 'Authorization: Bearer <token>' \
--header 'deviceId: <api-key>' \
--header 'deviceType: <api-key>' \
--header 'appVersion: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"model": "text-embedding-3-small",
"input": [
"客户希望降低首年采购成本",
"客户关注数据合规和私有化部署"
],
"encoding_format": "float"
}'