{"openapi":"3.2.0","info":{"title":"File.io API","description":"Super simple file sharing, convenient, anonymous and secure","version":"1.0.0"},"servers":[{"url":"https://file-io.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/":{"get":{"operationId":"get","summary":"Gets list of files"},"post":{"operationId":"post","summary":"Upload","description":"Creates a file / send request with \"Content-Type: multipart/form-data\" header","requestBody":{"required":false,"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"file":{"type":"string","description":"send ($binary) file."},"expires":{"type":"string","example":"2w"},"maxDownloads":{"type":"string","example":"1"},"autoDelete":{"type":"string","example":"true"}}}}}}}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}