Kaltura · Schema

KalturaUploadToken

JSON Schema for KalturaUploadToken from Kaltura VPaaS API

VideoLive StreamingTranscodingMedia ManagementPlayerAnalyticsVirtual ClassroomOTTOpen-Source

Properties

Name Type Description
attachedObjectId string `readOnly` The id of the object this token is attached to.
attachedObjectType string `readOnly` The type of the object this token is attached to.
autoFinalize integer `insertOnly` Enum Type: `KalturaNullableBoolean` autoFinalize - Should the upload be finalized once the file size on disk matches the file size reported when adding the upload token.
createdAt integer `readOnly` Creation date as Unix timestamp (In seconds)
fileName string `insertOnly` Name of the file for the upload token, can be empty when the upload token is created and will be updated internally after the file is uploaded
fileSize number `insertOnly` File size in bytes, can be empty when the upload token is created and will be updated internally after the file is uploaded
id string `readOnly` Upload token unique ID
partnerId integer `readOnly` Partner ID of the upload token
status integer `readOnly` Enum Type: `KalturaUploadTokenStatus` Status of the upload token
updatedAt integer `readOnly` Last update date as Unix timestamp (In seconds)
uploadUrl string `readOnly` Upload url - to explicitly determine to which domain to address the uploadToken->upload call
uploadedFileSize number `readOnly` Uploaded file size in bytes, can be used to identify how many bytes were uploaded before resuming
userId string `readOnly` User id for the upload token
View JSON Schema on GitHub

JSON Schema

KalturaUploadToken.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "KalturaUploadToken",
  "description": "JSON Schema for KalturaUploadToken from Kaltura VPaaS API",
  "properties": {
    "attachedObjectId": {
      "description": "`readOnly`\n\nThe id of the object this token is attached to.",
      "readOnly": true,
      "type": "string"
    },
    "attachedObjectType": {
      "description": "`readOnly`\n\nThe type of the object this token is attached to.",
      "readOnly": true,
      "type": "string"
    },
    "autoFinalize": {
      "description": "`insertOnly`\n\nEnum Type: `KalturaNullableBoolean`\n\nautoFinalize - Should the upload be finalized once the file size on disk matches the file size reported when adding the upload token.",
      "enum": [
        -1,
        0,
        1
      ],
      "type": "integer",
      "x-enumLabels": [
        "NULL_VALUE",
        "FALSE_VALUE",
        "TRUE_VALUE"
      ],
      "x-enumType": "KalturaNullableBoolean"
    },
    "createdAt": {
      "description": "`readOnly`\n\nCreation date as Unix timestamp (In seconds)",
      "readOnly": true,
      "type": "integer"
    },
    "fileName": {
      "description": "`insertOnly`\n\nName of the file for the upload token, can be empty when the upload token is created and will be updated internally after the file is uploaded",
      "type": "string"
    },
    "fileSize": {
      "description": "`insertOnly`\n\nFile size in bytes, can be empty when the upload token is created and will be updated internally after the file is uploaded",
      "type": "number"
    },
    "id": {
      "description": "`readOnly`\n\nUpload token unique ID",
      "readOnly": true,
      "type": "string"
    },
    "partnerId": {
      "description": "`readOnly`\n\nPartner ID of the upload token",
      "readOnly": true,
      "type": "integer"
    },
    "status": {
      "description": "`readOnly`\n\nEnum Type: `KalturaUploadTokenStatus`\n\nStatus of the upload token",
      "enum": [
        0,
        1,
        2,
        3,
        4,
        5
      ],
      "readOnly": true,
      "type": "integer",
      "x-enumLabels": [
        "PENDING",
        "PARTIAL_UPLOAD",
        "FULL_UPLOAD",
        "CLOSED",
        "TIMED_OUT",
        "DELETED"
      ],
      "x-enumType": "KalturaUploadTokenStatus"
    },
    "updatedAt": {
      "description": "`readOnly`\n\nLast update date as Unix timestamp (In seconds)",
      "readOnly": true,
      "type": "integer"
    },
    "uploadUrl": {
      "description": "`readOnly`\n\nUpload url - to explicitly determine to which domain to address the uploadToken->upload call",
      "readOnly": true,
      "type": "string"
    },
    "uploadedFileSize": {
      "description": "`readOnly`\n\nUploaded file size in bytes, can be used to identify how many bytes were uploaded before resuming",
      "readOnly": true,
      "type": "number"
    },
    "userId": {
      "description": "`readOnly`\n\nUser id for the upload token",
      "readOnly": true,
      "type": "string"
    }
  },
  "type": "object"
}

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/KalturaUploadToken"
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.