Reducto · Schema

UploadResponse

Reducto UploadResponse schema

Document ParsingPDFOCRData ExtractionAIMachine LearningDocument IntelligenceStructured Data

Properties

Name Type Description
file_id string
presigned_url string
View JSON Schema on GitHub

JSON Schema

reducto-uploadresponse.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/reducto/refs/heads/main/json-schema/reducto-uploadresponse.json",
  "title": "UploadResponse",
  "description": "Reducto UploadResponse schema",
  "properties": {
    "file_id": {
      "type": "string",
      "title": "File Id"
    },
    "presigned_url": {
      "type": "string",
      "nullable": true,
      "title": "Presigned Url"
    }
  },
  "type": "object",
  "required": [
    "file_id"
  ]
}