{
"id": "chatcmpl-AfUDMprRUYdHUhorRPkRZTF24DPhi",
"object": "-",
"created": 1734450956,
"model": "zyla-image-recognition",
"choices": [
{
"index": 0,
"message": {
"role": "assistant",
"content": "Ingredients: Hot dog, bun, ketchup, mustard. Calories: Approximately 250-300 calories.",
"refusal": null
},
"logprobs": null,
"finish_reason": "stop"
}
],
"usage": {
"prompt_tokens": 48194,
"completion_tokens": 20,
"total_tokens": 48214,
"prompt_tokens_details": {
"cached_tokens": 0,
"audio_tokens": 0
},
"completion_tokens_details": {
"reasoning_tokens": 0,
"audio_tokens": 0,
"accepted_prediction_tokens": 0,
"rejected_prediction_tokens": 0
}
},
"system_fingerprint": "fp_39a40c96a0"
}
curl --location --request POST 'https://zylalabs.com/api/5584/calorie+recognition+api/7732/food+analyzer' --header 'Authorization: Bearer YOUR_API_KEY'
--data-raw '{
"model": "zyla-image-recognition",
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "Counter Calories"
},
{
"type": "image_url",
"image_url": {
"url": "https://upload.wikimedia.org/wikipedia/commons/thumb/b/b1/Hot_dog_with_mustard.png/1920px-Hot_dog_with_mustard.png"
}
}
]
}
],
"max_tokens": 300
}'
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 Calorie Recognition 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 🎉)
The Calorie Recognition API simplifies dietary management by analyzing food images to identify dishes and calculate their calorie content. Using state-of-the-art machine learning technology, the API recognizes a wide range of foods with exceptional accuracy, from simple ingredients to complex meals, ensuring accurate calorie estimates.
Designed with versatility in mind, the API adapts to diverse cuisines, providing inclusive and reliable results for users across diverse dietary preferences and cultural backgrounds. Its capabilities go beyond identification, providing comprehensive nutritional information to help individuals and organizations make informed dietary decisions.
The API integrates seamlessly into applications and provides real-time feedback to enhance the user experience. Its robust framework is compatible with popular programming languages and is accompanied by detailed documentation to ensure effortless implementation.
There are different plans to suit all tastes, including a free trial for a small number of requests, but your rate is limited to avoid abuse of the service.
The API uses API keys for authentication. To access the API, include your API key in the request header. The API key is provided upon registration and should be kept secure.
To use this API, users must indicate the URL of a meal to recognize the food and its calories.
Calorie Recognition API identifies foods from images and calculates their caloric content, enabling accurate and efficient nutrition tracking and management.
Calorie Recognition API analyzes food images, identifies dishes and calculates calories, providing accurate data for efficient nutritional management.
The Food Analyzer endpoint returns data that includes identified ingredients, estimated calorie content, and a unique ID for each request. The response also contains metadata about the model used for analysis and token usage details.
Key fields in the response include "id" (unique request identifier), "choices" (which contains the identified ingredients and calorie estimates), and "usage" (detailing token consumption). Each choice provides a structured message with content about the food analyzed.
The Food Analyzer endpoint requires a zip code as a mandatory parameter. Optional parameters include city and state, allowing users to customize their requests based on location for more accurate results.
The response data is organized in a JSON format, with a top-level object containing fields like "id," "object," "created," and "choices." Each choice includes a message detailing the recognized ingredients and calorie information, making it easy to parse.
Typical use cases include dietary tracking apps, meal planning tools, and nutrition analysis platforms. Users can upload food images to receive instant calorie estimates and ingredient breakdowns, aiding in healthier eating decisions.
Data accuracy is maintained through advanced machine learning algorithms trained on diverse food datasets. Continuous updates and quality checks ensure that the API adapts to new food items and variations across different cuisines.
Users can utilize the returned data by extracting the "content" field from the "choices" array to get ingredient and calorie information. This data can be integrated into user interfaces for meal tracking or nutritional analysis.
Standard data patterns include a consistent structure in the response, with multiple choices for complex meals and a clear indication of calorie ranges. Users can expect variations in ingredient lists based on the complexity of the food analyzed.
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