Compose a message
POST {{baseUrl}}/v3/grants/:grant_id/messages/smart-compose
Generates a message based on a prompt.
Request Body
{"prompt"=>"Write a message welcoming my new colleague"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"request_id":"\u003cstring\u003e","data":"\u003cobject\u003e"}