{ "input": "洗衣机报U04错误" }
curl --location --request POST 'https://api.listenai.com/v1/embedding' \ --header 'Authorization: Bearer {{token}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "input": "洗衣机报U04错误" }'
{ "data": [ -0.17944336, 0.115722656 ] }