v1

latestOpenAPI 3.1.02026-07-2658119246.0 KB
Media

Media Download

Download media from a URL. Waits for the result before responding.

post/v2/media

Request body

countrystring
expected_mime_typesstring[]
localestring
urlstring uri required

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"
            }
          }
        ]
      }
    ]
  }
}