{"openapi":"3.2.0","info":{"title":"Image Hosting API API","description":"Simple image hosting API. Flat pricing. No bandwidth limits. 5–10x cheaper than Cloudinary. Most APIs limit to 10–20 MB. We give you 35 MB per image. Perfect for high-res photos and design workflows. Upload Any binary file, base64 data, or a URL for an image. No autodelete.","version":"1.0.0"},"servers":[{"url":"https://gkapi.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/upload":{"post":{"operationId":"post_upload","summary":"Upload Image","description":"Upload image file with its name and expiration","requestBody":{"required":false,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"image":{"type":"string","title":"image","example":"https://i.api.dishis.tech/i/312fh","description":"The image to be uploaded. Can be a file, base64 string, or URL. Max limit 35MB."},"name":{"type":"string","title":"name","description":"Put the file name you want in the url."},"expiration":{"type":"string","example":"0"}}}}}}}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}