POST
/
session
/
{session_id}
/
message
curl --request POST \
  --url https://api.devin.ai/v1/session/{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

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

session_id
string
required

The session ID

Body

application/json

Request body for sending a message to an existing Devin session

message
string
required

The message to send to Devin

Response

204
_mintlify/placeholder

No Content on success