imentiv APIs
Imentiv Emotion Analysis API offers powerful tools for analyzing and understanding emotions from various types of media, including video, audio, text, and images. Powered by advanced emotion AI technology, this API enables businesses to integrate emotional insights into their products and services, providing valuable data on user engagement, sentiment, and behavioral patterns. Key Features:…
imentiv APIs endpoints
| Method | Endpoint | Description |
|---|---|---|
| Image | ||
| PUT |
Edit title And Description By Id /images/{image_id}/metadata |
Edit the title and description of an image based on the provided image ID. |
| POST |
Upload image /images |
Uploads an image to initiate emotion analysis. Once uploaded, the image will be processed and insights will be available via a follow-up GET request or an optional callback URL. |
| GET |
Get Image analysis /images/{id} |
Fetch image metadata by ID |
| GET |
List Images /images |
Retrieves a paginated list of all uploaded or processed images. Use this endpoint to browse through image records based on their ID, status, and title. |
| PUT |
Reprocess image /images/{id} |
Reprocesses an image that has either failed or completed. You can trigger the reprocessing by setting reprocess to True. This will reanalyze the image and provide updated insights. |
| DELETE |
Delete image /images/{image_id} |
Delete an image's processed details and its notes subcollection based on the provided image ID. |
| GET |
Download Image /images/{image_id}/annotated_image |
API to download the annotated image |
| GET |
Download Image Emotion Report /images/{images_id}/report |
Download a image's processed analysis details based on the provided image ID. |
| PUT |
Add Note to Specific Face /images/{id}/faces/{face_id}/note |
Adds or updates a note attached to a specific face detected in an image. |
| Audio | ||
| GET |
List Audios /audios |
Retrieves a paginated list of uploaded audio files associated with the authenticated user. |
| GET |
Get Audio Emotion Insights /audios/{id} |
Returns the emotion analysis insights and metadata for a specific audio file, including speaker diarization, average/segment-level audio emotions, and a text-based emotion summary. |
| PUT |
Reprocess Audio /audios/{id} |
Reprocess an already uploaded and completed audio file. This is useful when insights need to be regenerated or logic has been updated on the backend. Reprocessing can optionally… |
| DELETE |
Delete an Audio /audios/{id} |
Permanently deletes an audio file and all associated emotional insights. This action cannot be undone |
| PUT |
Update Audio Metadata /audios/{id}/metadata |
Update the metadata of an audio file. This endpoint allows you to edit the title (which is auto-generated from the file name by default) and add or update a description. |
| DELETE |
Delete Audio Segment /audios/{id}/segments/{segment_index} |
Deletes a specific segment of an audio file based on the segment index. After deletion, the remaining segments are reindexed to fill the gap — e.g., if segment 1 is deleted,… |
| PUT |
Update Audio Transcript Segments /audios/{id}/segments/transcript |
Update the transcript and timestamp data for specific segments within an audio file. This is useful when refining speaker diarization, correcting transcription errors, or… |
| PUT |
Update Speaker Names /audios/{id}/speakers/name |
Update the names of detected speakers in an audio file. This is useful for labeling anonymized speaker IDs with human-readable names (e.g., "John", "Customer", "Agent") |
| GET |
Download Emotion Insights Report /audios/{id}/report |
Download a detailed report of the emotional insights extracted from a specific audio file. The report includes average emotions, segment-level analysis, speaker information, and… |
| POST |
Upload Audio /audios |
Uploads an audio file (or extracts audio from a YouTube video) to initiate emotion analysis. The file will be processed, and insights will be available via a follow-up GET… |
imentiv APIs pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|