Skip to main content
POST
Upload File

Notes for Avatar Training

This endpoint only uploads files and returns a file URL. If the uploaded video URL is later used in POST /api/open/v1/avatar/add, the backend will enforce:
  • Minimum video duration: 2 seconds
  • Maximum video resolution: 1920x1080

Authorizations

license
string
header
required

NavTalk API license key (e.g. sk_navtalk_...)

Body

multipart/form-data
file
file
required

The image or video file to upload (max 20MB)

Response

File uploaded successfully

code
integer
Example:

200

message
string
Example:

"SUCCESS"

data
object