{"openapi":"3.2.0","info":{"title":"Alcohol Label Recognition API","description":"Advanced label scanning API,  designed to accurately identify various alcoholic beverages from their labels. See: https://api4.ai/apis/alco-rec","version":"1.0.0"},"servers":[{"url":"https://nwhxu.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/results":{"post":{"operationId":"post_results","summary":"Recognize","description":"Recognize alcohol beverages in image.","requestBody":{"required":false,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"image":{"type":"string","title":"Binary image","description":"Binary file representing an image. If you would prefer to provide a URL to the image instead, use the \"URL\" form parameter."},"url":{"type":"string","title":"URL to image","example":"https://static.api4.ai/samples/alco-rec-1.jpg","description":"URL to a public image. If you would like to pass an image as a binary file, then use the \"image\" form parameter instead."}}}}}}}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}