This page lists the most common error messages you may encounter while using the API service.
General
parameter_invalid
- The
{parameter}
parameter is invalid. - The following parameters are invalid:
{parameters}
. - The request contains some invalid parameters.
- The
parameter_not_provided
- The
{parameter}
parameter is required but was not provided. - The following required parameters were not provided:
{parameters}
. - Some required parameters are not provided.
- The
parameter_unknown
- The
{parameter}
parameter is unknown. - The following parameters are unknown:
{parameters}
. - The request contains some unknown parameters.
- The
resource_not_exist
- Resource with id
{resource_id}
does not exist in{collection_name}
.
- Resource with id
api_key_invalid
- API Key is either invalid or expired. Please check your API key or generate a new one from the dashboard and try again.
tags_not_allowed
- Tag
{tag}
is not allowed to use. Please remove it from the request. - The following tags are not allowed to be used:
{tags}
. Please remove these from the request.
- Tag
api_upgrade_required
- This endpoint is supported starting with version
{version}
. Your version is{current_version}
.
- This endpoint is supported starting with version
The /indexes
endpoint
/indexes
endpointindex_option_cannot_be_changed
- Index option cannot be changed. Please remove index_options parameter and try again. If you want to change index option, please create new index.
index_engine_cannot_be_changed
- Index engine cannot be changed. Please remove engine_id parameter and try again. If you want to change engine, please create new index.
index_name_already_exists
- Index name
{index_name}
already exists. Please use another unique name and try again.
- Index name
The /tasks
endpoint
/tasks
endpointvideo_resolution_too_low
- Resolution of video is too low. Please use video with resolution between 360p(640x360) and 1080p(1920x1080). Current resolution is
{current_resolution}
.
- Resolution of video is too low. Please use video with resolution between 360p(640x360) and 1080p(1920x1080). Current resolution is
video_resolution_too_high
- Resolution of video is too high. Please use video with resolution between 360p(640x360) and 1080p(1920x1080). Current resolution is
{current_resolution}
.
- Resolution of video is too high. Please use video with resolution between 360p(640x360) and 1080p(1920x1080). Current resolution is
video_duration_too_short
- Video is too short. Please use video with duration between 10 seconds and 2 hours(7200 seconds). Current duration is
{current_duration}
seconds.
- Video is too short. Please use video with duration between 10 seconds and 2 hours(7200 seconds). Current duration is
video_duration_too_long
- Video is too long. Please use video with duration between 10 seconds and 2 hours(7200 seconds). Current duration is
{current_duration}
seconds.
- Video is too long. Please use video with duration between 10 seconds and 2 hours(7200 seconds). Current duration is
video_audio_track_not_exists
- Audio track does not exists in the video. Audio is required if index uses conversation index option. Please use a video with audio track or use another index without conversation option.
video_file_broken
- Cannot read video file. Please check the video file is valid and try again.
transcription_not_supported
- Cannot provide transcription because index
{index_id}
doesn't use conversation option. Please remove “provide_transcription”, “transcription_url” and “transcription_file” parameters and try again. If you want to provide transcription, please use another index with using conversation option.
- Cannot provide transcription because index
transcription_url_not_exists
- Cannot find transcription url
{transcription_url}
. Please use an existing url.
- Cannot find transcription url
transcription_url_not_accessible
- Cannot access transcription url
{transcription_url}
. Please use an accessible url.
- Cannot access transcription url
task_cannot_be_deleted
- (Returns raw error message)
insufficient_funds
- Not enough free credit. Please register a payment method or contact [email protected].
video_filesize_too_large
- The video is too large. Please use a video with a size less than
{maximum_size}
. The current size is{current_file_size}
.
- The video is too large. Please use a video with a size less than
The /tasks/transfers
endpoint
/tasks/transfers
endpointtranscription_transfer_not_supported
- In order to provide your custom transcriptions, the conversation option must be enabled for the
{index_id}
index. Please try using another index for which the conversation option is enabled, or remove the transcription fields from your JSON file.
- In order to provide your custom transcriptions, the conversation option must be enabled for the
transfer_bucket_not_integrated
- Does not have access to read the files in your S3 bucket
{bucket_name}
. Grant access to read the files in your S3 bucket by following the cloud-to-cloud transfer guide.
- Does not have access to read the files in your S3 bucket
transfer_bucket_invalid_url
- URL provided for transfer is not a AWS S3. Please use a "us-west-2" region AWS S3 url with necessary files in it and try again. Current url is
{current_url}
.
- URL provided for transfer is not a AWS S3. Please use a "us-west-2" region AWS S3 url with necessary files in it and try again. Current url is
transfer_bucket_region_not_supported
- Transfer bucket's region must be "us-west-2" region. Please use another bucket which is in "us-west-2" region. Current region is
{current_region}
.
- Transfer bucket's region must be "us-west-2" region. Please use another bucket which is in "us-west-2" region. Current region is
The /search
endpoint
/search
endpointsearch_option_not_supported
- Search option
{search_option}
is not supported for index{index_id}
. Please use one of the following search options:{supported_search_option}
.
- Search option
search_option_combination_not_supported
- Search option
{search_option}
is not supported with{other_combination}
.
- Search option
search_filter_invalid
- Filter used in search is invalid. Please use the valid filter syntax by following filtering documentation.
search_page_token_expired
- The token that identifies the page to be retrieved is expired or invalid. You must make a new search request. Token:
{next_page_token}
.
- The token that identifies the page to be retrieved is expired or invalid. You must make a new search request. Token: