AI All in One
All-in-one AI API to extract text with OCR, analyze faces, compare faces, search faces, recognize celebrities, detect NSFW content, detect objects, detect logos, identify landmarks, remove backgrounds, swap faces, restore old photos, colorize images, cartoonize photos, analyze sentiment & emotions. 36+ endpoints in one subscription.
AI All in One endpoints
| Method | Endpoint | Description |
|---|---|---|
| OCR | ||
| POST |
OCR /v1/ocr |
Extract text from an image using optical character recognition. Upload a file or provide a public image URL. Returns detected text blocks with bounding boxes and confidence… |
| POST |
OCR PDF /v1/ocr-pdf |
Extract text from a PDF document using OCR. Upload a PDF file and optionally specify page range. Returns detected text per page. Costs 2 credits per page processed. |
| Image Detection | ||
| POST |
Detect Landmarks /v1/detect-landmarks |
Detect famous landmarks and monuments in an image. Upload a file or provide a URL. Returns detected landmarks with names, confidence scores, and geographic locations. Costs 2… |
| POST |
NSFW Detection /v1/nsfw-detect |
Detect unsafe content in an image including adult, racy, violent, and other moderation categories. Upload a file or provide a URL. Returns moderation labels with confidence… |
| POST |
Object Detection /v1/objects-detection |
Detect and locate objects in an image with bounding boxes. Upload a file or provide a URL. Returns detected objects with names, confidence scores, and positions. Costs 2 credits. |
| POST |
Detect Labels /v1/detect-label |
Identify objects, scenes, and concepts in an image. Upload a file or provide a URL. Returns detected labels with confidence scores. Costs 2 credits. |
| POST |
PPE Detection /v1/detect-ppe |
Detect personal protective equipment (helmets, masks, gloves, vests) on people in an image. Upload a file or provide a URL. Returns detected persons with PPE status. Costs 2… |
| POST |
Detect Logo /v1/detect-logo |
Detect logos and brand marks in an image. Upload a file or provide a URL. Returns detected logos with names, confidence scores, and bounding boxes. Costs 2 credits. |
| Face Analysis | ||
| POST |
Compare Faces /v1/compare-faces |
Compare two faces and determine similarity. Provide source and target images via URL or file upload. Returns a similarity score and match status. Costs 2 credits. |
| POST |
Celebrity Recognition /v1/celebrity-recognition |
Identify celebrities in an image. Upload a file or provide a URL. Returns recognized celebrities with names, confidence scores, and known-for information. Costs 2 credits. |
| POST |
Face Analysis /v1/faceanalysis |
Analyze faces in an image to detect age, gender, emotions, and facial attributes. Upload a file or provide a URL. Returns face details with bounding boxes. Costs 2 credits. |
| Face Search | ||
| POST |
Search Face in Repository /v1/search-face-in-repository |
Search for a face in a facial repository. Provide a face image and repository ID. Returns matching faces with confidence scores. Costs 2 credits. |
| POST |
Delete Facial Repository /v1/delete-facial-repository |
Delete an existing facial recognition repository and all faces stored in it. Costs 2 credits. |
| GET |
List Repository Faces /v1/list-repository-faces |
List all faces stored in a facial repository. Costs 2 credits. |
| POST |
Create Facial Repository /v1/create-facial-repository |
Create a new facial recognition repository to store and search faces. Costs 2 credits. |
| GET |
List Facial Repositories /v1/list-facial-repositories |
List all facial recognition repositories associated with your account. Costs 2 credits. |
| POST |
Delete Face from Repository /v1/delete-face-from-repository |
Remove specific faces from a facial repository by their face IDs. Costs 2 credits. |
| POST |
Save Face in Repository /v1/save-face-in-repository |
Index a face from an image into a facial repository for future search. Provide a face image, repository ID, and an external ID to label the face. Costs 2 credits. |
| Background Removal | ||
| POST |
Image Background /v1/image-background |
Replace the background with a custom image. Upload foreground and background images or provide URLs. The background is resized to cover the foreground dimensions. Costs 1 credit. |
| POST |
Color Background /v1/color-background |
Replace the background with a solid color. Upload a file or provide a URL, specify the background color as RGBA. Costs 1 credit. |
| POST |
Remove Background /v1/remove-background |
Remove the background from an image. Upload a file or provide a URL. Returns a JSON response with a URL to the processed PNG image (RGBA with transparent background). Costs 1… |
| POST |
Blur Background /v1/blur-background |
Blur the background while keeping the foreground sharp. Upload a file or provide a URL, optionally set blur intensity. Costs 1 credit. |
| POST |
Gradient Background /v1/gradient-background |
Replace the background with a vertical gradient. Upload a file or provide a URL, specify top and bottom colors as RGBA. Costs 1 credit. |
| Face Swap | ||
| POST |
Swap Face by Index /v1/target-face |
Swap a specific face in a group photo by index. First use /v1/detect-faces to get face positions, then specify which face to replace. Costs 1 credit. |
| POST |
Detect Faces /v1/detect-faces |
Detect all faces in an image and return their positions. Use the returned face indices with /v1/target-face or /v1/target-enhance to target specific faces. Costs 1 credit. |
| POST |
Swap Face /v1/swap-face |
Swap the face from a source image onto a target image. Upload files or provide URLs. Optionally swap all faces in group photos. Costs 1 credit. |
| Face Enhancement | ||
| POST |
Enhance Face /v1/enhance-face |
Enhance and restore faces in an image using AI upscaling. Upload a file or provide a URL. Optionally enhance all faces in group photos. Costs 1 credit. |
| POST |
Enhance Face by Index /v1/target-enhance |
Enhance a specific face in a group photo by index. First use /v1/detect-faces to get face positions, then specify which face to enhance. Costs 1 credit. |
| POST |
Restore Face /v1/enhance-photo |
Restore and enhance faces in old or low-quality photos using AI. Upload a file or provide a URL. Use mode=single for portraits or mode=all for group photos. Costs 1 credit. |
| Style Transfer | ||
| POST |
Cartoonize /v1/cartoonize |
Transform a portrait photo into an anime/cartoon style. Upload a file or provide a URL. Choose from 7 styles: anime, 3d, handdrawn, sketch, artstyle, design, illustration. Costs… |
| POST |
Ghibli /v1/ghibli |
Transform a photo into Studio Ghibli anime style. Automatically detects and enhances faces for high-quality results. Upload a file or provide a URL. Costs 1 credit. |
| POST |
Colorize Photo /v1/colorize-photo |
Automatically colorize a black and white photo using AI. Upload a file or provide a URL. Returns a JSON response with a URL to the colorized image. Costs 1 credit. |
| POST |
Photo to Portrait /v1/photo-to-portrait |
Convert a photo into a detailed pencil sketch / line art drawing using AI. Upload a file or provide a URL. Works with portraits, full body shots, and scenes. Costs 1 credit. |
| Text Analysis | ||
| POST |
Big Five Personality Traits /v1/personality |
Predict the Big Five (OCEAN) personality traits from text: Openness, Conscientiousness, Extraversion, Agreeableness, and Neuroticism. Each trait scored 0.0 to 1.0. Costs 1 credit. |
| POST |
Communication Style /v1/communication |
Identify the communication style, tone, and formality level of the text. Costs 1 credit. |
| POST |
Sentiment Analysis /v1/sentiment |
Determine whether text expresses positive, negative, or neutral sentiment with detailed polarity scores. Costs 1 credit. |
| POST |
Emotion Detection /v1/emotions |
Classify text into 6 core emotions (joy, sadness, anger, fear, love, surprise) with confidence scores sorted by relevance. Costs 1 credit. |
AI All in One pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $14.99 / month | — |
|
| ULTRA Recommended | $49.99 / month | — |
|
| MEGA | $149.99 / month | — |
|