Skip to main content
POST
/
v1
/
openclaw
/
analyze
Openclaw Analyze
curl --request POST \
  --url https://api.abigail.app/v1/openclaw/analyze \
  --header 'Content-Type: application/json' \
  --data '
{
  "application_number": "<string>",
  "office_action_text": "<string>",
  "office_action_type": "CTNF",
  "include_examiner_intel": true
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Headers

x-api-key
string | null

Body

application/json
application_number
string
required
office_action_text
string
required
office_action_type
string
default:CTNF
include_examiner_intel
boolean
default:true

Response

Successful Response