Skip to main content
POST
/
applications
/
{id}
/
ai
/
draft-message
cURL
curl --request POST \
  --url http://localhost:3000/api/openapi/applications/{id}/ai/draft-message \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{}'
{
  "text": "<string>"
}

Authorizations

x-api-key
string
header
required

The API key to authenticate requests.

Path Parameters

id
string
required

Body

application/json
kind
enum<string>
required
Available options:
cover-letter,
follow-up

Response

200 - application/json

OK

text
string
required