{"openapi":"3.2.0","info":{"title":"Furniture and Household Item Recognition API","description":"Accurate identification of furniture & household items. See: https://api4.ai/apis/household-stuff","version":"1.0.0"},"servers":[{"url":"https://fuwvx.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/results":{"post":{"operationId":"post_results","summary":"Recognize","description":"Recognize furniture and stuff in image.","parameters":[{"name":"kind","in":"query","description":"Depending on your needs, you can choose the \"kind\" that is more appropriate for your situation. To specify the kind, you need to include the \"kind\" query parameter: \"moving\" (default) – suitable for moving companies or \"cleaning\" – suitable for cleaning companies.","required":false,"schema":{"type":"string","title":"Kind of stuff","example":"moving"}}],"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/household-stuff-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."}}}}