Zamzar · Schema
File
Represents a file which has been uploaded, imported or converted.
File ConversionDocumentsVideoAudioImageCADREST API
Properties
| Name | Type | Description |
|---|---|---|
| id | integer | The unique identifier assigned to the file |
| key | string | The API key which was used to create the file |
| name | string | The name that was specified for the file (must not be more than 256 chars) |
| size | integer | The size of the file in bytes, derived from the content of the file |
| format | string | The identifier of the format of the file |
| created_at | string | The time at which the file was created on Zamzar servers (UTC in ISO_8601) |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/zamzar/main/json-schema/file.json",
"title": "File",
"type": "object",
"description": "Represents a file which has been uploaded, imported or converted.",
"required": ["id", "name"],
"properties": {
"id": {
"type": "integer",
"format": "int32",
"description": "The unique identifier assigned to the file"
},
"key": {
"type": "string",
"description": "The API key which was used to create the file"
},
"name": {
"type": "string",
"description": "The name that was specified for the file (must not be more than 256 chars)"
},
"size": {
"type": "integer",
"format": "int64",
"description": "The size of the file in bytes, derived from the content of the file"
},
"format": {
"type": "string",
"description": "The identifier of the format of the file"
},
"created_at": {
"type": "string",
"format": "date-time",
"description": "The time at which the file was created on Zamzar servers (UTC in ISO_8601)"
}
},
"example": {
"id": 3,
"key": "apikey",
"name": "filename.jpg",
"size": 4096,
"format": "jpg",
"created_at": "2022-01-01T14:15:22Z"
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/file"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.