Skip to main content
Sample download URL
curl --request GET \
  --url https://api.identifai.net/api/v2/submissions/{type}/{identifier}/download \
  --header 'X-Api-Key: <api-key>'

Authorizations

X-Api-Key
string
header
required

Path Parameters

type
enum<string>
required

The type of the file, which can be one of the following: audio, video, or image.

Available options:
audio,
video,
image
identifier
string
required

The unique identifier of the submission. For video submissions, you can also use a frame/audio track identifier to download a specific frame or audio track.

Response

Redirects to the pre-signed URL for downloading the file. The URL is valid for 60 minutes.