How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
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 File. 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.2.0, 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.2.0
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
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
PagingNumeric
object
4 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
Where this information came from

This is an independent, third-party profile of Zamzar Files API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.