MiniMax API v1 endpoint POST videos/create updated to support the End Frame parameter end_frame_fileID.

Example

fileID
end_frame_fileID

Keep in mind that if you want to use the same end frame as the first one, you still have to re-upload it in order for the API to accept it.

curl --location 'https://api.useapi.net/v1/minimax/videos/create' \
--header 'Authorization: Bearer user:12345-…' \
--form 'model="02"' \
--form 'prompt="Camera rotating around subject hovering in the air."' \
--form 'options="768p-10sec"' \
--form 'fileID="user:12345-minimax:…-file:…"' \
--form 'end_frame_fileID="user:12345-minimax:…-file:…"'  

Result