Zamzar · Schema

Import

Represents the process of copying a file from an external URL, (S)FTP server, or an Amazon S3 bucket.

File ConversionDocumentsVideoAudioImageCADREST API

Properties

Name Type Description
id integer The unique identifier assigned to the import
key string The API key used to create the import.
url string The URL to the file being imported.
status string The current status of the import
failure object
file object
created_at string The time at which the import was created on Zamzar servers (UTC in ISO_8601)
finished_at stringnull The time at which the import finished if successful, or null otherwise (UTC in ISO_8601)
View JSON Schema on GitHub

JSON Schema

import.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/zamzar/main/json-schema/import.json",
  "title": "Import",
  "type": "object",
  "description": "Represents the process of copying a file from an external URL, (S)FTP server, or an Amazon S3 bucket.",
  "required": ["id"],
  "properties": {
    "id": {
      "type": "integer",
      "format": "int32",
      "description": "The unique identifier assigned to the import"
    },
    "key": {
      "type": "string",
      "description": "The API key used to create the import."
    },
    "url": {
      "type": "string",
      "description": "The URL to the file being imported."
    },
    "status": {
      "type": "string",
      "description": "The current status of the import",
      "enum": ["initialising", "downloading", "successful", "failed"],
      "example": "failed"
    },
    "failure": {
      "$ref": "failure.json"
    },
    "file": {
      "$ref": "file.json"
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "description": "The time at which the import was created on Zamzar servers (UTC in ISO_8601)"
    },
    "finished_at": {
      "type": ["string", "null"],
      "format": "date-time",
      "description": "The time at which the import finished if successful, or null otherwise (UTC in ISO_8601)"
    }
  },
  "example": {
    "id": 1,
    "key": "apikey",
    "url": "http://www.example.com/logo.png",
    "status": "failed",
    "failure": {
      "code": 11,
      "message": "an invalid value was specified for a parameter"
    },
    "created_at": "2022-01-01T14:15:22Z",
    "finished_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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/import"
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 email required.

A second provider on the same verified email joins the account you already have.