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.
sessionId
package
Response
KPN package accepted for asynchronous processing.
code
message
sessionTransactions
Errors
400
Bad Request Error
401
Unauthorized Error
502
Bad Gateway Error