Share feedback
Answers are generated based on the documentation.

Schema

ResponseDataFile

Type: object

size

Type: integer

Size of the file in bytes.
All schema constraints and annotations
{
  "description": "Size of the file in bytes.",
  "format": "int64",
  "type": "integer"
}
url

Type: string

Signed download URL. URLs expire six hours after generation.
All schema constraints and annotations
{
  "description": "Signed download URL. URLs expire six hours after generation.",
  "format": "uri",
  "type": "string"
}
All schema constraints and annotations
{
  "properties": {
    "size": {
      "description": "Size of the file in bytes.",
      "format": "int64",
      "type": "integer"
    },
    "url": {
      "description": "Signed download URL. URLs expire six hours after generation.",
      "format": "uri",
      "type": "string"
    }
  },
  "type": "object"
}