Skip to main content
POST
/
applications
/
{id}
/
ai
/
tailor-resume
cURL
curl --request POST \
  --url http://localhost:3000/api/openapi/applications/{id}/ai/tailor-resume \
  --header 'x-api-key: <api-key>'
{
  "resumeId": "<string>",
  "name": "<string>"
}

Authorizations

x-api-key
string
header
required

The API key to authenticate requests.

Path Parameters

id
string
required

Response

200 - application/json

OK

resumeId
string
required
name
string
required