API reference · Video selfie

Initiate multipart video selfie upload

POST/omni/video-selfie/upload/initiate

Base URL: https://demo-api.incodesmile.com — Incode demo environment

Start a chunked video upload session. Returns an uploadId for subsequent part uploads and completion. The entire upload (all parts + complete) must finish within the configured video selfie timeout (default 240 seconds), otherwise the session will receive a fail score for the video selfie module.

Path & query parameters

Name In Type Required Description
api-version header string yes

Responses

200

OK

Response body (application/json):

Field Type Required Description
uploadId string

400

Bad Request

Response body (application/json):

Field Type Required Description
timestamp integer (int64) UTC timestamp in milliseconds
status integer (int32) Custom error code or HTTP status code
error string HTTP status error
message string Custom error message
path string Endpoint path
details object Custom error details
Was this page helpful?