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

Zamzar Files API

Create, retrieve or delete files

Zamzar Files API is one of 6 APIs that Zamzar 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, authentication docs, and rate-limit docs.

This API exposes 5 operations across 3 paths, and defines 5 schemas. It is described by OpenAPI 3.0.3, at version 0.0.7.

Requests are made against 2 base URLs: https://api.zamzar.com/v1, https://sandbox.zamzar.com/v1.

5 operations 3 paths 5 schemas 1 DELETE3 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
0.0.7
Base URL
https://api.zamzar.com/v1/
Authentication
HTTP Bearer
License
Terms of Service
Resource Areas
1

Authentication & Security 1

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

Paths & Operations 5

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

Files 5

Create, retrieve or delete files

GET
/files
Retrieve a list of files
listFiles 3 params → 200
POST
/files
Upload a file
uploadFile body → 201
GET
/files/{fileId}
Retrieve metadata for a specific file
getFileById 1 param → 200404410
DELETE
/files/{fileId}
Delete a file
deleteFileById 1 param → 200
GET
/files/{fileId}/content
Retrieve the content of a file
getFileContentById 1 param → 200201307

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are File (6 properties), PagingNumeric (4 properties), Error (3 properties), Files (2 properties). Each schema is shown below with its type and property counts.

Errors
object
When a response contains a 4xx or 5xx response code, the body of the request will contain one or more error objects. Problems
1 property
PagingNumeric
object
4 properties
Error
object
An error object containing a message, code and context. Returned within an array of errors when a response contains a 4xx or 5xx code.
3 properties
Files
object
Contains a paged collection of files. Newer files appear before older files. Expired files are not included.
2 properties
File
object
Represents a file which has been uploaded, imported or converted.
6 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

zamzar-files-api-openapi.yml Raw ↑

Other APIs Zamzar publishes across the network.

Zamzar Account API
Zamzar Formats API
Zamzar Imports API
Zamzar Jobs API
Zamzar Welcome API