Skip to main content
POST
/
applications
/
{id}
/
ai
/
match-score
cURL
curl --request POST \
  --url http://localhost:3000/api/openapi/applications/{id}/ai/match-score \
  --header 'x-api-key: <api-key>'
{
  "score": "<unknown>",
  "gaps": "<unknown>",
  "strengths": "<unknown>"
}

Authorizations

x-api-key
string
header
required

The API key to authenticate requests.

Path Parameters

id
string
required

Response

200 - application/json

OK

score
any
gaps
any
strengths
any