{"openapi":"3.2.0","info":{"title":"1pt URL Shortener API","description":"A simple URL shortener","version":"1.0.0"},"servers":[{"url":"https://1pt-url-shortener.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/addURL.php":{"post":{"operationId":"post_addURL_php","summary":"Add URL"}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}