Skip to main content
POST
/
api
/
hire
Hire
curl --request POST \
  --url https://maria-api.vercel.app/api/hire \
  --header 'Content-Type: application/json' \
  --data '
{
  "role": "<string>",
  "team": "<string>",
  "description": "<string>"
}
'
{
  "match": true,
  "score": 123,
  "fit_notes": [
    {}
  ],
  "next_step": "<string>"
}

Body

role
string
required
The role or position title.
team
string
Team name or org context (optional).
description
string
Additional context about the role or what you’re looking for (optional).

Response

match
boolean
Whether there’s a likely fit.
score
number
Match score from 0 to 1.
fit_notes
array
Array of strings explaining the match reasoning.
next_step
string
How to follow up.