跳转到主要内容
POST
/
v1
/
sessions
/
{session_id}
/
message
Send a message to an existing session
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.

Authorizations

Authorization
string
header
required

Path Parameters

session_id
string
required

Body

application/json
message
string
required

Response