v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-011235801.3 MB
Agents

Execute WSA Realtime Endpoint

post/v1/agent

Request body

agentstring required
formatsstring[]

Response formats to include. All disabled by default.

localizationboolean
paramsobject required

Example request

{
  "formats": [
    "html",
    "markdown"
  ]
}

Response

Successful Response

status'success' | 'skipped' | 'fatal' | 'error' | 'postponed' | 'ignored' | 'rejected' | 'blocked' required

The status of the task.

status_codenumber

The HTTP status code of the task.

task_idstring required

Unique identifier for the task.

urlstring required

The final URL.

warningsstring[]

List of warnings generated during the task.

Example response

{
  "data": {
    "network_capture": [
      {
        "filter": {
          "resource_type": "document"
        },
        "results": [
          {
            "request": {
              "resource_type": "document"
            }
          }
        ]
      }
    ]
  }
}
All 123 operations