Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 19 additions & 17 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,20 @@
"v3/expert-models/features/text/plagia-detection"
]
},
{
"group": "Web Features",
"icon": "globe",
"expanded": false,
"pages": [
"v3/expert-models/features/web/scraping",
"v3/expert-models/features/web/map",
"v3/expert-models/features/web/search",
"v3/expert-models/features/web/crawl-async",
"v3/expert-models/features/web/batch-scrape-async",
"v3/expert-models/features/web/structured-extraction-async",
"v3/expert-models/features/web/research-async"
]
},
{
"group": "OCR Features",
"icon": "file-lines",
Expand Down Expand Up @@ -142,7 +156,8 @@
"v3/expert-models/features/image/anonymization",
"v3/expert-models/features/image/deepfake-detection",
"v3/expert-models/features/image/face-compare",
"v3/expert-models/features/image/logo-detection"
"v3/expert-models/features/image/logo-detection",
"v3/expert-models/features/image/face-recognition"
]
},
{
Expand All @@ -164,25 +179,12 @@
]
},
{
"group": "Video Generation Features",
"group": "Video Features",
"icon": "video",
"expanded": false,
"pages": [
"v3/expert-models/features/video/generation-async"
]
},
{
"group": "Web Features",
"icon": "globe",
"expanded": false,
"pages": [
"v3/expert-models/features/web/scraping",
"v3/expert-models/features/web/map",
"v3/expert-models/features/web/search",
"v3/expert-models/features/web/crawl-async",
"v3/expert-models/features/web/batch-scrape-async",
"v3/expert-models/features/web/structured-extraction-async",
"v3/expert-models/features/web/research-async"
"v3/expert-models/features/video/generation-async",
"v3/expert-models/features/video/deepfake-detection-async"
]
}
]
Expand Down
24 changes: 12 additions & 12 deletions v3/expert-models/features/audio/speech-to-text-async.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Speech To Text"
description: "Speech Recognition (or speech to text or voice to text) can recognize and transcribe spoken words (voice), that will be converted to text with or without diarization."

Check warning on line 3 in v3/expert-models/features/audio/speech-to-text-async.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/audio/speech-to-text-async.mdx#L3

Did you really mean 'diarization'?
---

import { TechArticleSchema } from "/snippets/TechArticleSchema.mdx";
Expand All @@ -9,12 +9,12 @@
title={`Speech To Text`}
description={`Speech Recognition (or speech to text or voice to text) can recognize and transcribe spoken words (voice), that will be converted to text with or without diarization.`}
path="v3/expert-models/features/audio/speech-to-text-async"
articleSection="Audio Features"
articleSection={`Audio Features`}
about={`Audio AI API`}
proficiencyLevel="Intermediate"
keywords={[`Eden AI`, `AI API`, `speech to text`, `text to speech`]}
datePublished="2026-05-06T00:00:00Z"
dateModified="2026-05-07T00:00:00Z"
dateModified="2026-07-27T00:00:00Z"
/>

## Endpoint
Expand All @@ -27,10 +27,10 @@

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| file | file_input | Yes | Audio file ID from /v3/upload or direct file URL |

Check warning on line 30 in v3/expert-models/features/audio/speech-to-text-async.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/audio/speech-to-text-async.mdx#L30

Did you really mean 'file_input'?
| language | string | No | Language code in ISO format (e.g., 'en', 'fr', 'es') |
| speakers | int | No | Number of speakers present in the audio |
| profanity_filter | bool | No | Whether to filter profanity and replace inappropriate words with a series of asterisks |

Check warning on line 33 in v3/expert-models/features/audio/speech-to-text-async.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/audio/speech-to-text-async.mdx#L33

Did you really mean 'profanity_filter'?
| vocabulary | array[string] | No | List of words or composed words to be detected by the speech to text engine |


Expand All @@ -39,31 +39,31 @@
| Field | Type | Required | Description |
|-------|------|----------|-------------|
| text | string | Yes | |
| **diarization** | object | Yes | |

Check warning on line 42 in v3/expert-models/features/audio/speech-to-text-async.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/audio/speech-to-text-async.mdx#L42

Did you really mean 'diarization'?
|     total_speakers | int | Yes | |

Check warning on line 43 in v3/expert-models/features/audio/speech-to-text-async.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/audio/speech-to-text-async.mdx#L43

Did you really mean 'total_speakers'?
|     **entries** | array[object] | No | |
|         segment | string | Yes | |
|         start_time | string | Yes | |

Check warning on line 46 in v3/expert-models/features/audio/speech-to-text-async.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/audio/speech-to-text-async.mdx#L46

Did you really mean 'start_time'?
|         end_time | string | Yes | |

Check warning on line 47 in v3/expert-models/features/audio/speech-to-text-async.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/audio/speech-to-text-async.mdx#L47

Did you really mean 'end_time'?
|         speaker | int | Yes | |
|         confidence | float | Yes | |
|     error_message | string | No | |

Check warning on line 50 in v3/expert-models/features/audio/speech-to-text-async.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/audio/speech-to-text-async.mdx#L50

Did you really mean 'error_message'?


## Available Providers

| Provider | Model String | Price |
|----------|-------------|-------|
| amazon | `audio/speech_to_text_async/amazon` | $0.024 per 60 secondes |
| assembly | `audio/speech_to_text_async/assembly` | $0.011 per 60 secondes |
| deepgram (base) | `audio/speech_to_text_async/deepgram/base` | $0.0169 per 60 secondes |
| deepgram | `audio/speech_to_text_async/deepgram` | $0.0189 per 60 secondes |
| deepgram (enhanced) | `audio/speech_to_text_async/deepgram/enhanced` | $0.0189 per 60 secondes |
| deepgram (nova-3) | `audio/speech_to_text_async/deepgram/nova-3` | $0.0052 per 60 secondes |
| gladia | `audio/speech_to_text_async/gladia` | $0.0102 per 60 secondes |
| google | `audio/speech_to_text_async/google` | $0.024 per 60 secondes |
| microsoft | `audio/speech_to_text_async/microsoft` | $0.0168 per 60 secondes |
| openai | `audio/speech_to_text_async/openai` | $0.006 per 60 secondes |
| amazon | `audio/speech_to_text_async/amazon` | $0.024 per 60 seconds |
| assembly | `audio/speech_to_text_async/assembly` | $0.011 per 60 seconds |
| deepgram (base) | `audio/speech_to_text_async/deepgram/base` | $0.0169 per 60 seconds |

Check warning on line 59 in v3/expert-models/features/audio/speech-to-text-async.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/audio/speech-to-text-async.mdx#L59

Did you really mean 'deepgram'?
| deepgram | `audio/speech_to_text_async/deepgram` | $0.0189 per 60 seconds |

Check warning on line 60 in v3/expert-models/features/audio/speech-to-text-async.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/audio/speech-to-text-async.mdx#L60

Did you really mean 'deepgram'?
| deepgram (enhanced) | `audio/speech_to_text_async/deepgram/enhanced` | $0.0189 per 60 seconds |

Check warning on line 61 in v3/expert-models/features/audio/speech-to-text-async.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/audio/speech-to-text-async.mdx#L61

Did you really mean 'deepgram'?
| deepgram (nova-3) | `audio/speech_to_text_async/deepgram/nova-3` | $0.0052 per 60 seconds |

Check warning on line 62 in v3/expert-models/features/audio/speech-to-text-async.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/audio/speech-to-text-async.mdx#L62

Did you really mean 'deepgram'?
| gladia | `audio/speech_to_text_async/gladia` | $0.0102 per 60 seconds |

Check warning on line 63 in v3/expert-models/features/audio/speech-to-text-async.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/audio/speech-to-text-async.mdx#L63

Did you really mean 'gladia'?
| google | `audio/speech_to_text_async/google` | $0.024 per 60 seconds |
| microsoft | `audio/speech_to_text_async/microsoft` | $0.0168 per 60 seconds |

Check warning on line 65 in v3/expert-models/features/audio/speech-to-text-async.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/audio/speech-to-text-async.mdx#L65

Did you really mean 'microsoft'?
| openai | `audio/speech_to_text_async/openai` | $0.006 per 60 seconds |

Check warning on line 66 in v3/expert-models/features/audio/speech-to-text-async.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/audio/speech-to-text-async.mdx#L66

Did you really mean 'openai'?


## Quick Start
Expand Down
7 changes: 3 additions & 4 deletions v3/expert-models/features/audio/tts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
title={`Text to Speech`}
description={`Text-to-speech (TTS) is a technology that converts written text into spoken audio, enabling computers and digital devices to "read" text aloud.`}
path="v3/expert-models/features/audio/tts"
articleSection="Audio Features"
articleSection={`Audio Features`}
about={`Audio AI API`}
proficiencyLevel="Intermediate"
keywords={[`Eden AI`, `AI API`, `speech to text`, `text to speech`]}
datePublished="2026-05-06T00:00:00Z"
dateModified="2026-05-07T00:00:00Z"
dateModified="2026-07-27T00:00:00Z"
/>

## Endpoint
Expand All @@ -28,19 +28,18 @@
| Field | Type | Required | Description |
|-------|------|----------|-------------|
| text | string | Yes | Text to convert to speech |
| voice | string | No | Voice identifier to use for synthesis, can be name or id.
For supported voices for your provider/model, please check each provider's documentation. |
| voice | string | No | Voice identifier to use for synthesis, can be name or id. For supported voices for your provider/model, please check each provider's documentation. |
| speed | float | No | Speed multiplier for speech synthesis |
| audio_format | string | No | Desired audio format (e.g., 'mp3', 'wav') |

Check warning on line 33 in v3/expert-models/features/audio/tts.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/audio/tts.mdx#L33

Did you really mean 'audio_format'?

Check warning on line 33 in v3/expert-models/features/audio/tts.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/audio/tts.mdx#L33

Did you really mean 'wav'?
| speaking_pitch | int | No | Increase or decrease the speaking pitch by a percentage from -100% to 100%, 0 is normal. |

Check warning on line 34 in v3/expert-models/features/audio/tts.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/audio/tts.mdx#L34

Did you really mean 'speaking_pitch'?
| speaking_volume | int | No | Increase or decrease the audio volume by a percentage from -100% to 100%, 0 is normal. |

Check warning on line 35 in v3/expert-models/features/audio/tts.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/audio/tts.mdx#L35

Did you really mean 'speaking_volume'?


## Output

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| audio_resource_url | string | Yes | |

Check warning on line 42 in v3/expert-models/features/audio/tts.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/audio/tts.mdx#L42

Did you really mean 'audio_resource_url'?


## Available Providers
Expand All @@ -49,15 +48,15 @@
|----------|-------------|-------|
| amazon (neural) | `audio/tts/amazon/neural` | $0.016 per 1,000 chars |
| amazon (standard) | `audio/tts/amazon/standard` | $0.004 per 1,000 chars |
| deepgram (aura) | `audio/tts/deepgram/aura` | $0.015 per 1,000 chars |

Check warning on line 51 in v3/expert-models/features/audio/tts.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/audio/tts.mdx#L51

Did you really mean 'deepgram'?
| deepgram (aura-2) | `audio/tts/deepgram/aura-2` | $0.03 per 1,000 chars |

Check warning on line 52 in v3/expert-models/features/audio/tts.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/audio/tts.mdx#L52

Did you really mean 'deepgram'?
| elevenlabs | `audio/tts/elevenlabs` | $0.3 per 1,000 chars |

Check warning on line 53 in v3/expert-models/features/audio/tts.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/audio/tts.mdx#L53

Did you really mean 'elevenlabs'?
| elevenlabs (eleven_flash_v2) | `audio/tts/elevenlabs/eleven_flash_v2` | $0.3 per 1,000 chars |

Check warning on line 54 in v3/expert-models/features/audio/tts.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/audio/tts.mdx#L54

Did you really mean 'elevenlabs'?
| elevenlabs (eleven_flash_v2_5) | `audio/tts/elevenlabs/eleven_flash_v2_5` | $0.3 per 1,000 chars |

Check warning on line 55 in v3/expert-models/features/audio/tts.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/audio/tts.mdx#L55

Did you really mean 'elevenlabs'?
| elevenlabs (eleven_multilingual_v2) | `audio/tts/elevenlabs/eleven_multilingual_v2` | $0.3 per 1,000 chars |

Check warning on line 56 in v3/expert-models/features/audio/tts.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/audio/tts.mdx#L56

Did you really mean 'elevenlabs'?
| elevenlabs (eleven_turbo_v2) | `audio/tts/elevenlabs/eleven_turbo_v2` | $0.3 per 1,000 chars |

Check warning on line 57 in v3/expert-models/features/audio/tts.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/audio/tts.mdx#L57

Did you really mean 'elevenlabs'?
| elevenlabs (eleven_turbo_v2_5) | `audio/tts/elevenlabs/eleven_turbo_v2_5` | $0.3 per 1,000 chars |

Check warning on line 58 in v3/expert-models/features/audio/tts.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/audio/tts.mdx#L58

Did you really mean 'elevenlabs'?
| elevenlabs (eleven_v3) | `audio/tts/elevenlabs/eleven_v3` | $0.3 per 1,000 chars |

Check warning on line 59 in v3/expert-models/features/audio/tts.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/audio/tts.mdx#L59

Did you really mean 'elevenlabs'?
| google (casual) | `audio/tts/google/casual` | $16 per 1,000,000 chars |
| google (chirp3-hd) | `audio/tts/google/chirp3-hd` | $30 per 1,000,000 chars |
| google (chirp-hd) | `audio/tts/google/chirp-hd` | $30 per 1,000,000 chars |
Expand All @@ -69,13 +68,13 @@
| google (polyglot) | `audio/tts/google/polyglot` | $16 per 1,000,000 chars |
| google (standard) | `audio/tts/google/standard` | $4 per 1,000,000 chars |
| google (studio) | `audio/tts/google/studio` | $160 per 1,000,000 chars |
| google (wavenet) | `audio/tts/google/wavenet` | $4 per 1,000,000 chars |

Check warning on line 71 in v3/expert-models/features/audio/tts.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/audio/tts.mdx#L71

Did you really mean 'wavenet'?
| lovoai | `audio/tts/lovoai` | $160 per 1,000,000 chars |

Check warning on line 72 in v3/expert-models/features/audio/tts.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/audio/tts.mdx#L72

Did you really mean 'lovoai'?
| microsoft (neural) | `audio/tts/microsoft/neural` | $16 per 1,000,000 chars |

Check warning on line 73 in v3/expert-models/features/audio/tts.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/audio/tts.mdx#L73

Did you really mean 'microsoft'?
| microsoft (neural-hd) | `audio/tts/microsoft/neural-hd` | $30 per 1,000,000 chars |

Check warning on line 74 in v3/expert-models/features/audio/tts.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/audio/tts.mdx#L74

Did you really mean 'microsoft'?
| openai (gpt-4o-mini-tts) | `audio/tts/openai/gpt-4o-mini-tts` | $0.015 per minute |

Check warning on line 75 in v3/expert-models/features/audio/tts.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/audio/tts.mdx#L75

Did you really mean 'openai'?
| openai (tts-1) | `audio/tts/openai/tts-1` | $15 per 1,000,000 chars |

Check warning on line 76 in v3/expert-models/features/audio/tts.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/audio/tts.mdx#L76

Did you really mean 'openai'?
| openai (tts-1-hd) | `audio/tts/openai/tts-1-hd` | $30 per 1,000,000 chars |

Check warning on line 77 in v3/expert-models/features/audio/tts.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/audio/tts.mdx#L77

Did you really mean 'openai'?


## Quick Start
Expand Down
11 changes: 6 additions & 5 deletions v3/expert-models/features/image/ai-detection.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
title={`AI Image Detection`}
description={`Determine whether an image was generated by AI or is a real photograph or artwork.`}
path="v3/expert-models/features/image/ai-detection"
articleSection="Image Features"
articleSection={`Image Features`}
about={`Image AI API`}
proficiencyLevel="Intermediate"
keywords={[`Eden AI`, `AI API`, `image analysis`, `computer vision`]}
datePublished="2026-05-06T00:00:00Z"
dateModified="2026-05-07T00:00:00Z"
dateModified="2026-07-27T00:00:00Z"
/>

## Endpoint
Expand All @@ -27,14 +27,14 @@

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| file | file_input | Yes | Image file ID from /v3/upload or direct file URL |

Check warning on line 30 in v3/expert-models/features/image/ai-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/ai-detection.mdx#L30

Did you really mean 'file_input'?


## Output

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| ai_score | float | Yes | |

Check warning on line 37 in v3/expert-models/features/image/ai-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/ai-detection.mdx#L37

Did you really mean 'ai_score'?
| prediction | enum | Yes | |


Expand All @@ -42,7 +42,8 @@

| Provider | Model String | Price |
|----------|-------------|-------|
| winstonai | `image/ai_detection/winstonai` | $0.021 per request |
| resemble | `image/ai_detection/resemble` | $0.04 per request |
| winstonai | `image/ai_detection/winstonai` | $0.0145 per image |

Check warning on line 46 in v3/expert-models/features/image/ai-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/ai-detection.mdx#L46

Did you really mean 'winstonai'?


## Quick Start
Expand All @@ -59,7 +60,7 @@
}

payload = {
"model": "image/ai_detection/winstonai",
"model": "image/ai_detection/resemble",
"input": {
"file": "YOUR_FILE_UUID_OR_URL"
}
Expand All @@ -74,7 +75,7 @@
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "image/ai_detection/winstonai",
"model": "image/ai_detection/resemble",
"input": {"file": "YOUR_FILE_UUID_OR_URL"}
}'
```
Expand Down
2 changes: 1 addition & 1 deletion v3/expert-models/features/image/anonymization.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Image Anonymization"
description: "Image Anonymization API, also known as image de-identification or image de-personalization, refers to the process of automatically removing personal or sensitive information from images."

Check warning on line 3 in v3/expert-models/features/image/anonymization.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/anonymization.mdx#L3

Did you really mean 'Anonymization'?
---

import { TechArticleSchema } from "/snippets/TechArticleSchema.mdx";
Expand All @@ -9,7 +9,7 @@
title={`Image Anonymization`}
description={`Image Anonymization API, also known as image de-identification or image de-personalization, refers to the process of automatically removing personal or sensitive information from images.`}
path="v3/expert-models/features/image/anonymization"
articleSection="Image Features"
articleSection={`Image Features`}
about={`Image AI API`}
proficiencyLevel="Intermediate"
keywords={[`Eden AI`, `AI API`, `image analysis`, `computer vision`]}
Expand All @@ -27,7 +27,7 @@

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| file | file_input | Yes | Image file ID from /v3/upload or direct file URL |

Check warning on line 30 in v3/expert-models/features/image/anonymization.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/anonymization.mdx#L30

Did you really mean 'file_input'?


## Output
Expand All @@ -35,15 +35,15 @@
| Field | Type | Required | Description |
|-------|------|----------|-------------|
| image | string | Yes | |
| image_resource_url | string | Yes | |

Check warning on line 38 in v3/expert-models/features/image/anonymization.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/anonymization.mdx#L38

Did you really mean 'image_resource_url'?
| **items** | array[object] | No | |
|     kind | string | Yes | |
|     confidence | float | Yes | |
|     **bounding_boxes** | object | Yes | |

Check warning on line 42 in v3/expert-models/features/image/anonymization.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/anonymization.mdx#L42

Did you really mean 'bounding_boxes'?
|         x_min | float | Yes | |

Check warning on line 43 in v3/expert-models/features/image/anonymization.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/anonymization.mdx#L43

Did you really mean 'x_min'?
|         x_max | float | Yes | |

Check warning on line 44 in v3/expert-models/features/image/anonymization.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/anonymization.mdx#L44

Did you really mean 'x_max'?
|         y_min | float | Yes | |

Check warning on line 45 in v3/expert-models/features/image/anonymization.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/anonymization.mdx#L45

Did you really mean 'y_min'?
|         y_max | float | Yes | |

Check warning on line 46 in v3/expert-models/features/image/anonymization.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/anonymization.mdx#L46

Did you really mean 'y_max'?


## Available Providers
Expand Down
2 changes: 1 addition & 1 deletion v3/expert-models/features/image/background-removal.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
title={`Background removal`}
description={`Background removal is a digital image processing technique designed to seamlessly eliminate the backdrop of a photo, leaving behind only the main subject.`}
path="v3/expert-models/features/image/background-removal"
articleSection="Image Features"
articleSection={`Image Features`}
about={`Image AI API`}
proficiencyLevel="Intermediate"
keywords={[`Eden AI`, `AI API`, `image analysis`, `computer vision`]}
Expand All @@ -27,7 +27,7 @@

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| file | file_input | Yes | Image file ID from /v3/upload or direct file URL |

Check warning on line 30 in v3/expert-models/features/image/background-removal.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/background-removal.mdx#L30

Did you really mean 'file_input'?


## Output
Expand All @@ -35,7 +35,7 @@
| Field | Type | Required | Description |
|-------|------|----------|-------------|
| image_b64 | string | Yes | The image in base64 format. |
| image_resource_url | string | Yes | The image url. |

Check warning on line 38 in v3/expert-models/features/image/background-removal.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/background-removal.mdx#L38

Did you really mean 'image_resource_url'?


## Available Providers
Expand All @@ -43,11 +43,11 @@
| Provider | Model String | Price |
|----------|-------------|-------|
| api4ai | `image/background_removal/api4ai` | $50 per 1,000 files |
| clipdrop | `image/background_removal/clipdrop` | $0.5 per request |

Check warning on line 46 in v3/expert-models/features/image/background-removal.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/background-removal.mdx#L46

Did you really mean 'clipdrop'?
| photoroom | `image/background_removal/photoroom` | $20 per 1,000 files |

Check warning on line 47 in v3/expert-models/features/image/background-removal.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/background-removal.mdx#L47

Did you really mean 'photoroom'?
| picsart | `image/background_removal/picsart` | $0.04 per image |

Check warning on line 48 in v3/expert-models/features/image/background-removal.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/background-removal.mdx#L48

Did you really mean 'picsart'?
| sentisight | `image/background_removal/sentisight` | $0.75 per 1,000 files |

Check warning on line 49 in v3/expert-models/features/image/background-removal.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/background-removal.mdx#L49

Did you really mean 'sentisight'?
| stabilityai | `image/background_removal/stabilityai` | $0.02 per request |

Check warning on line 50 in v3/expert-models/features/image/background-removal.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/background-removal.mdx#L50

Did you really mean 'stabilityai'?


## Quick Start
Expand Down
15 changes: 8 additions & 7 deletions v3/expert-models/features/image/deepfake-detection.mdx
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
---
title: "Deepfake Detection"

Check warning on line 2 in v3/expert-models/features/image/deepfake-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/deepfake-detection.mdx#L2

Did you really mean 'Deepfake'?
description: ""
description: "Detect whether a face in a real photo has been swapped or manipulated (face-swap deepfakes). For fully AI-generated images, use AI Image Detection instead."

Check warning on line 3 in v3/expert-models/features/image/deepfake-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/deepfake-detection.mdx#L3

Did you really mean 'deepfakes'?
---

import { TechArticleSchema } from "/snippets/TechArticleSchema.mdx";

<TechArticleSchema
title={`Deepfake Detection`}
description={``}
description={`Detect whether a face in a real photo has been swapped or manipulated (face-swap deepfakes). For fully AI-generated images, use AI Image Detection instead.`}
path="v3/expert-models/features/image/deepfake-detection"
articleSection="Image Features"
articleSection={`Image Features`}
about={`Image AI API`}
proficiencyLevel="Intermediate"
keywords={[`Eden AI`, `AI API`, `image analysis`, `computer vision`]}
datePublished="2026-05-06T00:00:00Z"
dateModified="2026-05-07T00:00:00Z"
dateModified="2026-07-27T00:00:00Z"
/>

## Endpoint
Expand All @@ -27,14 +27,14 @@

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| file | file_input | Yes | Image file ID from /v3/upload or direct file URL |

Check warning on line 30 in v3/expert-models/features/image/deepfake-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/deepfake-detection.mdx#L30

Did you really mean 'file_input'?


## Output

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| deepfake_score | float | Yes | |

Check warning on line 37 in v3/expert-models/features/image/deepfake-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/deepfake-detection.mdx#L37

Did you really mean 'deepfake_score'?
| prediction | enum | Yes | |


Expand All @@ -42,7 +42,8 @@

| Provider | Model String | Price |
|----------|-------------|-------|
| sightengine | `image/deepfake_detection/sightengine` | $0.002 per image |
| resemble | `image/deepfake_detection/resemble` | $0.04 per image |
| sightengine | `image/deepfake_detection/sightengine` | $0.0145 per image |

Check warning on line 46 in v3/expert-models/features/image/deepfake-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/deepfake-detection.mdx#L46

Did you really mean 'sightengine'?


## Quick Start
Expand All @@ -59,7 +60,7 @@
}

payload = {
"model": "image/deepfake_detection/sightengine",
"model": "image/deepfake_detection/resemble",
"input": {
"file": "YOUR_FILE_UUID_OR_URL"
}
Expand All @@ -74,7 +75,7 @@
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "image/deepfake_detection/sightengine",
"model": "image/deepfake_detection/resemble",
"input": {"file": "YOUR_FILE_UUID_OR_URL"}
}'
```
Expand Down
70 changes: 3 additions & 67 deletions v3/expert-models/features/image/explicit-content.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
title={`Explicit Content Detection`}
description={`Explicit Content Detection detects adult only content in images, that is generally inappropriate for people under the age of 18 and includes nudity, sexual activity, pornography, violence, gore`}
path="v3/expert-models/features/image/explicit-content"
articleSection="Image Features"
articleSection={`Image Features`}
about={`Image AI API`}
proficiencyLevel="Intermediate"
keywords={[`Eden AI`, `AI API`, `image analysis`, `computer vision`]}
datePublished="2026-05-06T00:00:00Z"
dateModified="2026-05-07T00:00:00Z"
dateModified="2026-07-27T00:00:00Z"
/>

## Endpoint
Expand All @@ -27,85 +27,21 @@

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| file | file_input | Yes | Image file ID from /v3/upload or direct file URL |

Check warning on line 30 in v3/expert-models/features/image/explicit-content.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/explicit-content.mdx#L30

Did you really mean 'file_input'?


## Output

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| nsfw_likelihood | int | Yes | An integer representing the likelihood of NSFW content. Higher values indicate a higher likelihood. |

Check warning on line 37 in v3/expert-models/features/image/explicit-content.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/explicit-content.mdx#L37

Did you really mean 'nsfw_likelihood'?
| nsfw_likelihood_score | float | Yes | A floating-point score representing the confidence level of the NSFW likelihood assessment. This is typically a value between 0.0 and 1.0. |

Check warning on line 38 in v3/expert-models/features/image/explicit-content.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/explicit-content.mdx#L38

Did you really mean 'nsfw_likelihood_score'?
| **items** | array[object] | No | A list of items identified as potentially explicit. Each item contains details of the explicit content detected. |
| &nbsp;&nbsp;&nbsp;&nbsp;label | string | Yes | |
| &nbsp;&nbsp;&nbsp;&nbsp;likelihood | int | Yes | |
| &nbsp;&nbsp;&nbsp;&nbsp;likelihood_score | float | Yes | |

Check warning on line 42 in v3/expert-models/features/image/explicit-content.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/explicit-content.mdx#L42

Did you really mean 'likelihood_score'?
| &nbsp;&nbsp;&nbsp;&nbsp;category | enum | Yes | The category of the detected content. Possible values include: 'Toxic', 'Content', 'Sexual', 'Violence', 'DrugAndAlcohol', 'Finance', 'HateAndExtremism', 'Safe', 'Other'. |
| &nbsp;&nbsp;&nbsp;&nbsp;subcategory | string | Yes | The subcategory of content. Possible values:

Toxic Subcategories:
- Insult
- Obscene
- Derogatory
- Profanity
- Threat
- Toxic

Content Subcategories:
- MiddleFinger
- PublicSafety
- Health
- Explicit
- QRCode
- Medical
- Politics
- Legal

Sexual Subcategories:
- SexualActivity
- SexualSituations
- Nudity
- PartialNudity
- Suggestive
- AdultToys
- RevealingClothes
- Sexual

Violence Subcategories:
- GraphicViolenceOrGore
- PhysicalViolence
- WeaponViolence
- Violence

Drug and Alcohol Subcategories:
- DrugProducts
- DrugUse
- Tobacco
- Smoking
- Alcohol
- Drinking

Finance Subcategories:
- Gambling
- Finance
- MoneyContent

Hate and Extremism Subcategories:
- Hate
- Harassment
- Threatening
- Extremist
- Racy

Safe Subcategories:
- Safe
- NotSafe

Other Subcategories:
- Spoof
- Religion
- Offensive
- Other |
| &nbsp;&nbsp;&nbsp;&nbsp;subcategory | string | Yes | The subcategory of content. Possible values: Toxic Subcategories: - Insult - Obscene - Derogatory - Profanity - Threat - Toxic Content Subcategories: - MiddleFinger - PublicSafety - Health - Explicit - QRCode - Medical - Politics - Legal Sexual Subcategories: - SexualActivity - SexualSituations - Nudity - PartialNudity - Suggestive - AdultToys - RevealingClothes - Sexual Violence Subcategories: - GraphicViolenceOrGore - PhysicalViolence - WeaponViolence - Violence Drug and Alcohol Subcategories: - DrugProducts - DrugUse - Tobacco - Smoking - Alcohol - Drinking Finance Subcategories: - Gambling - Finance - MoneyContent Hate and Extremism Subcategories: - Hate - Harassment - Threatening - Extremist - Racy Safe Subcategories: - Safe - NotSafe Other Subcategories: - Spoof - Religion - Offensive - Other |

Check warning on line 44 in v3/expert-models/features/image/explicit-content.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/explicit-content.mdx#L44

Did you really mean 'QRCode'?


## Available Providers
Expand All @@ -113,12 +49,12 @@
| Provider | Model String | Price |
|----------|-------------|-------|
| amazon | `image/explicit_content/amazon` | $1 per 1,000 files |
| clarifai | `image/explicit_content/clarifai` | $2 per 1,000 files |

Check warning on line 52 in v3/expert-models/features/image/explicit-content.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/explicit-content.mdx#L52

Did you really mean 'clarifai'?
| google | `image/explicit_content/google` | $1.5 per 1,000 files |
| microsoft | `image/explicit_content/microsoft` | $1 per 1,000 files |

Check warning on line 54 in v3/expert-models/features/image/explicit-content.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/explicit-content.mdx#L54

Did you really mean 'microsoft'?
| openai | `image/explicit_content/openai` | $24 per 1,000 files |

Check warning on line 55 in v3/expert-models/features/image/explicit-content.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/explicit-content.mdx#L55

Did you really mean 'openai'?
| openai (gpt-4o) | `image/explicit_content/openai/gpt-4o` | $24 per 1,000 files |

Check warning on line 56 in v3/expert-models/features/image/explicit-content.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/explicit-content.mdx#L56

Did you really mean 'openai'?
| sentisight | `image/explicit_content/sentisight` | $0.75 per 1,000 files |

Check warning on line 57 in v3/expert-models/features/image/explicit-content.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/explicit-content.mdx#L57

Did you really mean 'sentisight'?


## Quick Start
Expand Down
2 changes: 1 addition & 1 deletion v3/expert-models/features/image/face-compare.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
title={`Face Comparison`}
description={`Compare two faces and decide whether they are from the same person. The API expects 2 images, reference and query, where the former is the ground truth (e.g.`}
path="v3/expert-models/features/image/face-compare"
articleSection="Image Features"
articleSection={`Image Features`}
about={`Image AI API`}
proficiencyLevel="Intermediate"
keywords={[`Eden AI`, `AI API`, `image analysis`, `computer vision`]}
Expand All @@ -27,8 +27,8 @@

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| file1 | file_input | Yes | Image file ID from /v3/upload or direct file URL |

Check warning on line 30 in v3/expert-models/features/image/face-compare.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-compare.mdx#L30

Did you really mean 'file_input'?
| file2 | file_input | Yes | Image file ID from /v3/upload or direct file URL |

Check warning on line 31 in v3/expert-models/features/image/face-compare.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-compare.mdx#L31

Did you really mean 'file_input'?


## Output
Expand All @@ -37,7 +37,7 @@
|-------|------|----------|-------------|
| **items** | array[object] | No | |
| &nbsp;&nbsp;&nbsp;&nbsp;confidence | float | Yes | |
| &nbsp;&nbsp;&nbsp;&nbsp;**bounding_box** | object | Yes | |

Check warning on line 40 in v3/expert-models/features/image/face-compare.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-compare.mdx#L40

Did you really mean 'bounding_box'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;top | float | Yes | |
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;left | float | Yes | |
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;height | float | Yes | |
Expand All @@ -50,7 +50,7 @@
|----------|-------------|-------|
| amazon | `image/face_compare/amazon` | $1 per 1,000 requests |
| base64 | `image/face_compare/base64` | $0.25 per request |
| facepp | `image/face_compare/facepp` | $2 per 1,000 requests |

Check warning on line 53 in v3/expert-models/features/image/face-compare.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-compare.mdx#L53

Did you really mean 'facepp'?


## Quick Start
Expand Down
2 changes: 1 addition & 1 deletion v3/expert-models/features/image/face-detection.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
title={`Face Detection`}
description={`Face Detection is a computer technology being used in a variety of applications that identifies human faces in digital images with different attributes like landmarks, sentiments and physical attire`}
path="v3/expert-models/features/image/face-detection"
articleSection="Image Features"
articleSection={`Image Features`}
about={`Image AI API`}
proficiencyLevel="Intermediate"
keywords={[`Eden AI`, `AI API`, `image analysis`, `computer vision`]}
Expand All @@ -27,7 +27,7 @@

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| file | file_input | Yes | Image file ID from /v3/upload or direct file URL |

Check warning on line 30 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L30

Did you really mean 'file_input'?


## Output
Expand All @@ -37,58 +37,58 @@
| **items** | array[object] | No | |
| &nbsp;&nbsp;&nbsp;&nbsp;confidence | float | Yes | |
| &nbsp;&nbsp;&nbsp;&nbsp;**landmarks** | object | Yes | |
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;left_eye | array[float] | No | |

Check warning on line 40 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L40

Did you really mean 'left_eye'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;left_eye_top | array[float] | No | |

Check warning on line 41 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L41

Did you really mean 'left_eye_top'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;left_eye_right | array[float] | No | |

Check warning on line 42 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L42

Did you really mean 'left_eye_right'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;left_eye_bottom | array[float] | No | |

Check warning on line 43 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L43

Did you really mean 'left_eye_bottom'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;left_eye_left | array[float] | No | |

Check warning on line 44 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L44

Did you really mean 'left_eye_left'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;right_eye | array[float] | No | |

Check warning on line 45 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L45

Did you really mean 'right_eye'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;right_eye_top | array[float] | No | |

Check warning on line 46 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L46

Did you really mean 'right_eye_top'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;right_eye_right | array[float] | No | |

Check warning on line 47 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L47

Did you really mean 'right_eye_right'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;right_eye_bottom | array[float] | No | |

Check warning on line 48 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L48

Did you really mean 'right_eye_bottom'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;right_eye_left | array[float] | No | |

Check warning on line 49 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L49

Did you really mean 'right_eye_left'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;left_eyebrow_left | array[float] | No | |

Check warning on line 50 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L50

Did you really mean 'left_eyebrow_left'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;left_eyebrow_right | array[float] | No | |

Check warning on line 51 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L51

Did you really mean 'left_eyebrow_right'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;left_eyebrow_top | array[float] | No | |

Check warning on line 52 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L52

Did you really mean 'left_eyebrow_top'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;right_eyebrow_left | array[float] | No | |

Check warning on line 53 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L53

Did you really mean 'right_eyebrow_left'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;right_eyebrow_right | array[float] | No | |

Check warning on line 54 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L54

Did you really mean 'right_eyebrow_right'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;left_pupil | array[float] | No | |

Check warning on line 55 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L55

Did you really mean 'left_pupil'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;right_pupil | array[float] | No | |

Check warning on line 56 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L56

Did you really mean 'right_pupil'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nose_tip | array[float] | No | |

Check warning on line 57 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L57

Did you really mean 'nose_tip'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nose_bottom_right | array[float] | No | |

Check warning on line 58 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L58

Did you really mean 'nose_bottom_right'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nose_bottom_left | array[float] | No | |

Check warning on line 59 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L59

Did you really mean 'nose_bottom_left'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mouth_left | array[float] | No | |

Check warning on line 60 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L60

Did you really mean 'mouth_left'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mouth_right | array[float] | No | |

Check warning on line 61 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L61

Did you really mean 'mouth_right'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;right_eyebrow_top | array[float] | No | |

Check warning on line 62 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L62

Did you really mean 'right_eyebrow_top'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;midpoint_between_eyes | array[float] | No | |

Check warning on line 63 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L63

Did you really mean 'midpoint_between_eyes'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nose_bottom_center | array[float] | No | |

Check warning on line 64 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L64

Did you really mean 'nose_bottom_center'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nose_left_alar_out_tip | array[float] | No | |

Check warning on line 65 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L65

Did you really mean 'nose_left_alar_out_tip'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nose_left_alar_top | array[float] | No | |

Check warning on line 66 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L66

Did you really mean 'nose_left_alar_top'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nose_right_alar_out_tip | array[float] | No | |

Check warning on line 67 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L67

Did you really mean 'nose_right_alar_out_tip'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nose_right_alar_top | array[float] | No | |

Check warning on line 68 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L68

Did you really mean 'nose_right_alar_top'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nose_root_left | array[float] | No | |

Check warning on line 69 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L69

Did you really mean 'nose_root_left'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nose_root_right | array[float] | No | |

Check warning on line 70 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L70

Did you really mean 'nose_root_right'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;upper_lip | array[float] | No | |

Check warning on line 71 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L71

Did you really mean 'upper_lip'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;under_lip | array[float] | No | |

Check warning on line 72 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L72

Did you really mean 'under_lip'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;under_lip_bottom | array[float] | No | |

Check warning on line 73 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L73

Did you really mean 'under_lip_bottom'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;under_lip_top | array[float] | No | |

Check warning on line 74 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L74

Did you really mean 'under_lip_top'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;upper_lip_bottom | array[float] | No | |

Check warning on line 75 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L75

Did you really mean 'upper_lip_bottom'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;upper_lip_top | array[float] | No | |

Check warning on line 76 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L76

Did you really mean 'upper_lip_top'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mouth_center | array[float] | No | |

Check warning on line 77 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L77

Did you really mean 'mouth_center'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mouth_top | array[float] | No | |

Check warning on line 78 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L78

Did you really mean 'mouth_top'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mouth_bottom | array[float] | No | |

Check warning on line 79 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L79

Did you really mean 'mouth_bottom'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;left_ear_tragion | array[float] | No | |

Check warning on line 80 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L80

Did you really mean 'left_ear_tragion'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;right_ear_tragion | array[float] | No | |

Check warning on line 81 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L81

Did you really mean 'right_ear_tragion'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;forehead_glabella | array[float] | No | |

Check warning on line 82 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L82

Did you really mean 'forehead_glabella'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;chin_gnathion | array[float] | No | |

Check warning on line 83 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L83

Did you really mean 'chin_gnathion'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;chin_left_gonion | array[float] | No | |

Check warning on line 84 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L84

Did you really mean 'chin_left_gonion'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;chin_right_gonion | array[float] | No | |

Check warning on line 85 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L85

Did you really mean 'chin_right_gonion'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;upper_jawline_left | array[float] | No | |

Check warning on line 86 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L86

Did you really mean 'upper_jawline_left'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mid_jawline_left | array[float] | No | |

Check warning on line 87 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L87

Did you really mean 'mid_jawline_left'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mid_jawline_right | array[float] | No | |

Check warning on line 88 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L88

Did you really mean 'mid_jawline_right'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;upper_jawline_right | array[float] | No | |

Check warning on line 89 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L89

Did you really mean 'upper_jawline_right'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;left_cheek_center | array[float] | No | |

Check warning on line 90 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L90

Did you really mean 'left_cheek_center'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;right_cheek_center | array[float] | No | |

Check warning on line 91 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L91

Did you really mean 'right_cheek_center'?
| &nbsp;&nbsp;&nbsp;&nbsp;**emotions** | object | Yes | |
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;joy | int | Yes | |
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sorrow | int | Yes | |
Expand All @@ -107,18 +107,18 @@
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;yaw | float | Yes | |
| &nbsp;&nbsp;&nbsp;&nbsp;age | float | Yes | |
| &nbsp;&nbsp;&nbsp;&nbsp;gender | string | Yes | |
| &nbsp;&nbsp;&nbsp;&nbsp;**bounding_box** | object | Yes | |

Check warning on line 110 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L110

Did you really mean 'bounding_box'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;x_min | float | Yes | |

Check warning on line 111 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L111

Did you really mean 'x_min'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;x_max | float | Yes | |

Check warning on line 112 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L112

Did you really mean 'x_max'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;y_min | float | Yes | |

Check warning on line 113 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L113

Did you really mean 'y_min'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;y_max | float | Yes | |

Check warning on line 114 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L114

Did you really mean 'y_max'?
| &nbsp;&nbsp;&nbsp;&nbsp;**hair** | object | Yes | |
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;**hair_color** | array[object] | No | |

Check warning on line 116 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L116

Did you really mean 'hair_color'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;color | string | Yes | |
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;confidence | float | Yes | |
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bald | float | Yes | |
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;invisible | bool | Yes | |
| &nbsp;&nbsp;&nbsp;&nbsp;**facial_hair** | object | Yes | |

Check warning on line 121 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L121

Did you really mean 'facial_hair'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;moustache | float | Yes | |
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;beard | float | Yes | |
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sideburns | float | Yes | |
Expand All @@ -129,23 +129,23 @@
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;brightness | float | Yes | |
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sharpness | float | Yes | |
| &nbsp;&nbsp;&nbsp;&nbsp;**makeup** | object | Yes | |
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;eye_make | bool | Yes | |

Check warning on line 132 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L132

Did you really mean 'eye_make'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;lip_make | bool | Yes | |

Check warning on line 133 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L133

Did you really mean 'lip_make'?
| &nbsp;&nbsp;&nbsp;&nbsp;**accessories** | object | Yes | |
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sunglasses | float | Yes | |
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;reading_glasses | float | Yes | |

Check warning on line 136 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L136

Did you really mean 'reading_glasses'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;swimming_goggles | float | Yes | |

Check warning on line 137 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L137

Did you really mean 'swimming_goggles'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;face_mask | float | Yes | |

Check warning on line 138 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L138

Did you really mean 'face_mask'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;eyeglasses | float | Yes | |
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;headwear | float | Yes | |

Check warning on line 140 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L140

Did you really mean 'headwear'?
| &nbsp;&nbsp;&nbsp;&nbsp;**occlusions** | object | Yes | |
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;eye_occluded | bool | Yes | |

Check warning on line 142 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L142

Did you really mean 'eye_occluded'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;forehead_occluded | bool | Yes | |

Check warning on line 143 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L143

Did you really mean 'forehead_occluded'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mouth_occluded | bool | Yes | |

Check warning on line 144 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L144

Did you really mean 'mouth_occluded'?
| &nbsp;&nbsp;&nbsp;&nbsp;**features** | object | Yes | |
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;eyes_open | float | Yes | |

Check warning on line 146 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L146

Did you really mean 'eyes_open'?
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;smile | float | Yes | |
| &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mouth_open | float | Yes | |

Check warning on line 148 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L148

Did you really mean 'mouth_open'?


## Available Providers
Expand All @@ -154,7 +154,7 @@
|----------|-------------|-------|
| amazon | `image/face_detection/amazon` | $1 per 1,000 files |
| api4ai | `image/face_detection/api4ai` | $0.75 per 1,000 files |
| clarifai | `image/face_detection/clarifai` | $2 per 1,000 files |

Check warning on line 157 in v3/expert-models/features/image/face-detection.mdx

View check run for this annotation

Mintlify / Mintlify Validation (edenai) - vale-spellcheck

v3/expert-models/features/image/face-detection.mdx#L157

Did you really mean 'clarifai'?
| google | `image/face_detection/google` | $1.5 per 1,000 files |


Expand Down
Loading
Loading