Upload and process a KPN package

Accepts a multipart/form-data payload with a session ID and a KPN package. Processes the multimedia package asynchronously.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

Numeric sessionId from POST /session and the .kpn package to process. Enter the digits only, without quotes. Each .kpn package contains session data for a portion of the recorded live video session.

sessionIdlongRequired
packagefileRequired

Response

KPN package accepted for asynchronous processing.
codeinteger
messagestring
sessionTransactionsobject

Errors

400
Bad Request Error
401
Unauthorized Error
502
Bad Gateway Error