Skip to main content
POST

Authorizations

string
default:"Bearer ${YOUR_API_KEY}"
required
Neural4D API key using the Bearer scheme.

Body multipart/form-data

string<binary>
required
File to upload. Supported image formats: JPG, JPEG, PNG, GIF, WEBP, BMP, HEIC, and HEIF. Supported video formats: MP4, MOV, WEBM, M4V, OGG, and OGV. Supported audio formats: MP3 and WAV.

Response

File uploaded
string
required
File ID used by generation requests.Example: "550e8400-e29b-41d4-a716-446655440000".
string
required
Original name of the uploaded file.Example: "first-frame.png".
integer<int64>
required
Uploaded file size in bytes.Required range: 0 <= x <= infinity.Example: 245760.
string
required
Media type detected for the uploaded file.Example: "image/png".
integer<int64>
required
Unix timestamp in seconds when the file was created.