Skip to main content
POST
/
v1
/
openclaw
/
draft-roa
Openclaw Draft Roa
curl --request POST \
  --url https://api.abigail.app/v1/openclaw/draft-roa \
  --header 'Content-Type: application/json' \
  --data '
{
  "application_number": "<string>",
  "analysis_id": "<string>",
  "strategy_selections": {}
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Headers

x-api-key
string | null

Body

application/json
application_number
string
required
analysis_id
string
required
strategy_selections
Strategy Selections · object

Response

Successful Response