简体中文
cURL
curl --request POST \ --url https://api.devin.ai/v1/sessions/{session_id}/message \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "message": "Please proceed with the next step" }'
This response does not have an example.
向现有的 Devin 会话发送消息,以提供进一步的说明或信息。