日本語
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": "<string>" } '
{ "detail": "<string>" }
既存の Devin セッションにメッセージを送信し、追加の指示や情報を提供します。
Personal API Key (apk_user_) or Service API Key (apk_)
Successful Response
Response when a message is sent to a session that is already in a specific state.