Skip to main content
POST
/
mpp
/
handle-402
Parse an HTTP 402 challenge and create an Ovra intent
curl --request POST \
  --url https://api.getovra.com/mpp/handle-402 \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "agentId": "<string>",
  "challenge": "<string>",
  "url": "<string>"
}
'
{
  "error": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.getovra.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key (sk_sandbox_* / sk_test_* / sk_live_*) or Agent token (at_* / at_dlg_*)

Body

application/json
agentId
string
required
challenge
string
required

Raw WWW-Authenticate header value

url
string<uri>

Response

Created intent + parsed challenge