jiangly (@QAWS12g) 在 jarvis2api 中发帖
纯小白逆向,大佬看看就行了 🥹
简单看了一下,可以 抓的样子
[image]
把 curl 拿出来分析一下 :
[image]
只需要下面的几个参数即可
[image]
curl
curl --location 'https://api.jarvis.cx/api/v1/ai-chat/messages' \
--header 'Authorization: Bearer xxx' \
--header 'Content-Type: application/json' \
--data '{
"content": "hello",
"metadata": {
"conversation": {
"messages": []
}
},
"assistant": {
...