{"results":[{"label":"brown bear, bruin, Ursus arctos","score":0.9969319105148315},{"label":"American black bear, black bear, Ursus americanus, Euarctos americanus","score":0.0009580004843883216},{"label":"ice bear, polar bear, Ursus Maritimus, Thalarctos maritimus","score":0.0007249047048389912},{"label":"sloth bear, Melursus ursinus, Ursus ursinus","score":0.00015679003263358027},{"label":"giant panda, panda, panda bear, coon bear, Ailuropoda melanoleuca","score":4.990435263607651e-05}]}
curl --location --request POST 'https://zylalabs.com/api/45/image+tagging+content+api/120/tags+for+images?url=https://www.modregohogar.com/326771-large_default/mug-porcelana-300-ml-rojo-borde-celeste.jpg' --header 'Authorization: Bearer YOUR_API_KEY'
After signing up, every developer is assigned a personal API access key, a unique combination of letters and digits provided to access to our API endpoint. To authenticate with the Image Tagging Content API simply include your bearer token in the Authorization header.
| Header | Description |
|---|---|
Authorization
|
Required
Should be Bearer access_key. See "Your API Access Key" above when you are subscribed.
|
No long-term commitment. Upgrade, downgrade, or cancel anytime. Free Trial includes up to 50 requests.
(Save 2 months with annual billing 🎉)
Trusted by leading companies
This API is intended to help business to categorize and classify the image that they may have on their databases. This API is a set of image understanding and analysis technologies available as a web service that allows you to automate the process of analyzing, organizing, and searching through large collections of unstructured images.
Just by passing the Image URL, you will be receiving an extended list of all elements that the AI can detect in it. You will be given a list of tags with a confidence score.
For example, if we are querying an image of a car race the output will be giving this information:
Confidence: this is a score between 1 to 100. When closer to 100 the better the recognition of the AI for the object in the picture.
Tag: You will be given the name of the object the AI has found on the image. For example, CAR and RACE.
So, CAR and RACE, both with a confidence score of 100, will give you the information that this picture is from a car race. Simple as that!
This API is ideal for those businesses with large image databases where they have the data unstructured and need to classify them by content. If you want to check which images are Sports related, landscapes, people, or animals, this API will give you that information.
Besides API call limitations per month, there are no limitations between plans.
| Language Code | Language |
|---|---|
| ar | Arabic |
| bg | Bulgarian |
| bs | Bosnian |
| en (default) | English |
| ca | Catalan |
| cs | Czech |
| cy | Welsh |
| da | Danish |
| de | German |
| el | Greek |
| es | Spanish |
| et | Estonian |
| fa | Persian |
| fi | Finnish |
| fr | French |
| he | Hebrew |
| hi | Hindi |
| hr | Croatian |
| ht | Haitian Creole |
| hu | Hungarian |
| id | Indonesian |
| it | Italian |
| ja | Japanese |
| ko | Korean |
| lt | Lithuanian |
| lv | Latvian |
| ms | Malay |
| mt | Maltese |
| nl | Dutch |
| no | Norwegian |
| pl | Polish |
| pt | Portuguese |
| ro | Romanian |
| ru | Russian |
| sk | Slovak |
| sv | Swedish |
| sl | Slovenian |
| sr_cyrl | Serbian - Cyrillic |
| sr_latn | Serbian - Latin |
| th | Thai |
| tr | Turkish |
| uk | Ukrainian |
| ur | Urdu |
| vi | Vietnamese |
| zh_chs | Chinese Simplified |
| zh_cht | Chinese Traditional |
The API returns a list of tags representing the elements detected in an image, along with confidence scores indicating the accuracy of each tag. For example, an image of a car race may return tags like "racer" and "car" with confidence scores of 100.
The key fields in the response data include "tags," which is an array of objects containing "tag" (the detected element) and "confidence" (a score from 1 to 100 indicating recognition accuracy).
The response data is structured as a JSON object containing a "results" array. Each element in the array includes a "label" for the detected item and a "score" representing the confidence level of that detection.
The API provides information on various elements detected in images, such as objects, scenes, and activities. It can classify images into categories like sports, landscapes, and animals based on the detected tags.
Users can customize their requests by providing different image URLs to analyze. The API processes each image independently, returning relevant tags and confidence scores based on the content of the provided image.
The API utilizes advanced image recognition technologies and machine learning models trained on diverse datasets. Data accuracy is maintained through continuous model training and validation against real-world images.
Typical use cases include automating image classification for large databases, enhancing search capabilities by tagging images, and organizing content for media libraries based on detected elements.
If the API returns partial or empty results, users should verify the image URL for accessibility and ensure the image is suitable for analysis. Implementing error handling in the application can help manage such scenarios effectively.
To obtain your API key, first sign in to your account and navigate to the API you want to use. From the API's Pricing section, choose a plan and complete the subscription process. Once subscribed, return to the API page and you will see your API Access Key displayed at the top of the documentation page. You can use this key to authenticate your requests.
You can’t switch APIs during the free trial. If you subscribe to a different API, your trial will end and the new subscription will start as a paid plan.
The free trial lasts for 7 days and allows you to make up to 50 API requests.
No, the free trial is available only once, so we recommend using it on the API that interests you the most. Most of our APIs offer a free trial, but some may not include this option.
Yes. If the API offers a free trial, you will see a "Free 7-Day Trial" option in its Pricing section. The trial lasts for 7 days and allows up to 50 API requests, enabling you to evaluate the API before subscribing to a paid plan.
Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.
You can monitor your API usage through the response headers included with every request:
x-zyla-api-calls-monthly-used: Shows the total number of API requests you have used during the current billing period.
x-zyla-api-calls-monthly-remaining: Shows the number of API requests you have remaining for the current billing period.
Yes, you can cancel your subscription at any time. Simply go to the Pricing section of the API you're subscribed to and click the "Unsubscribe" button.
Please note that upgrades, downgrades, and cancellations take effect immediately. Once your subscription is canceled, access to the service will end immediately, regardless of any remaining API calls in your quota.
Please have a look at our Refund Policy: https://zylalabs.com/terms#refund