Skip to main content
POST
/
api
/
v2
/
external
/
serverless
/
route
Route Prompt
curl --request POST \
  --url https://api.example.com/api/v2/external/serverless/route \
  --header 'Content-Type: application/json' \
  --data '
{
  "input": "<string>"
}
'
{
  "complexity": "<string>",
  "score": 123,
  "model": "<string>"
}

Body

application/json
input
string
required

Response

Successful Response

complexity
string
required
score
number
required
model
string
required