openapi: 3.0.3 info: title: Reducto Cancel Version API description: REST API for parsing, extracting, splitting, classifying, and editing complex documents. Supports PDFs, Word files, spreadsheets, presentations, and scanned images using layout-aware OCR and vision language models. version: v1.11.80-78-gc5c4ff11c contact: url: https://reducto.ai/ email: support@reducto.ai license: name: Proprietary servers: - url: https://platform.reducto.ai security: - BearerAuth: [] tags: - name: Version paths: /version: get: summary: Get Version operationId: get_version_version_get responses: '200': description: Successful Response content: application/json: schema: type: string title: Response Get Version Version Get tags: - Version components: securitySchemes: BearerAuth: type: http scheme: bearer description: API key passed as a Bearer token in the Authorization header.