{"openapi":"3.2.0","info":{"title":"Image Downloader API","description":"Download images from any website without problems","version":"1.0.0"},"servers":[{"url":"https://dhbdh.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/get_image":{"post":{"operationId":"post_get_image","summary":"Get image bytes","description":"Returns the image as a byte stream from provided URL. API will fetch the image and provide it in binary format, making it easy to integrate into other applications or services.","parameters":[{"name":"url","in":"query","required":false,"schema":{"type":"string","example":"https://docs.jojapi.com/wp-content/uploads/2024/06/ss-2024-06-23-02.12.01-1024x512.png"}},{"name":"proxy_country","in":"query","description":"One of: DE, US, GB, FR, AU, PL, JP, TW. If no country is selected, service will use random proxy.","required":false,"schema":{"type":"string"}}]}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}