Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Zuva Files API

Upload and manage document files.

Zuva Files API is one of 5 APIs that Zuva publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Files. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 4 operations across 3 paths, and defines 1 schema. It is described by OpenAPI 3.0.1, at version 2.0.

Requests are made against a single base URL, https://{region}.app.zuva.ai/api/v2.

4 operations 3 paths 1 schemas 2 DELETE1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
2.0
Base URL
https://us.app.zuva.ai/api/v2
Authentication
HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 1

Zuva Files API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Zuva API token passed in the Authorization header as Authorization: Bearer .

Paths & Operations 4

Across 3 paths, the API surfaces 4 operations — 2 DELETE, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Files 4

Upload and manage document files.

POST
/files
Upload a document file.
createFile body → 201
DELETE
/files
Delete multiple files.
deleteFiles 1 param → 204
DELETE
/files/{file_id}
Delete a single file.
deleteFile 1 param → 204
PUT
/files/{file_id}/expiration
Update a file's expiration.
updateFileExpiration 1 param body → 200

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is File (5 properties). Each schema is shown below with its type and property counts.

File
object
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

zuva-files-api-openapi.yml Raw ↑

Other APIs Zuva publishes across the network.

Zuva Classification API
Zuva Field Extraction API
Zuva Fields API
Zuva OCR API