{"openapi":"3.2.0","info":{"title":"Brand Recognition API","description":"Solution for the identification of thousands of brand marks and logos within images. See: https://api4.ai/apis/brand-recognition","version":"1.0.0"},"servers":[{"url":"https://fchkx.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/results":{"post":{"operationId":"post_results","summary":"Recognize","description":"Detect and recognize brand logos 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/brand-det-2.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."}}}}