{"info":{"title":"Link Shortener","version":"1.3.0"},"openapi":"3.1.0","paths":{"/api/shorten":{"post":{"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}},"x-payment-info":{"offers":[{"amount":"10000","currency":"0x20c0000000000000000000000000000000000000","description":"Create a short link","intent":"charge","method":"tempo","recipient":"0xCF1151318C8d73b0308d603d8ca09dBCFCFad950"}]},"summary":"Create a short link (Tempo testnet pathUSD)","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["url"],"properties":{"url":{"type":"string","format":"uri","description":"Absolute http(s) URL to shorten","examples":["https://example.com"]}}}}}}}},"/api/shorten/custom":{"post":{"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}},"x-payment-info":{"offers":[{"amount":"10000","currency":"0x20c0000000000000000000000000000000000000","description":"Create a named short link","intent":"charge","method":"tempo","recipient":"0xCF1151318C8d73b0308d603d8ca09dBCFCFad950"}]},"summary":"Create a named short link (Tempo mainnet pathUSD)","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["url","slug"],"properties":{"url":{"type":"string","format":"uri","description":"Absolute http(s) URL to shorten","examples":["https://example.com"]},"slug":{"type":"string","description":"Custom path, e.g. form or workshop. Becomes https://mpp.tl/{slug}. Letters, numbers, and hyphens; 2-32 characters.","examples":["workshop","form"],"minLength":2,"maxLength":32,"pattern":"^[a-z0-9][a-z0-9-]{0,30}[a-z0-9]$"}}}}}}}},"/api/links/{code}":{"delete":{"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}},"x-payment-info":{"offers":[{"amount":"10000","currency":"0x20c0000000000000000000000000000000000000","description":"Delete a short link","intent":"charge","method":"tempo","recipient":"0xCF1151318C8d73b0308d603d8ca09dBCFCFad950"}]},"summary":"Delete a short link (Tempo testnet pathUSD)"}},"/api/shorten/custom/{slug}":{"delete":{"responses":{"200":{"description":"Successful response"},"402":{"description":"Payment Required"}},"x-payment-info":{"offers":[{"amount":"10000","currency":"0x20c0000000000000000000000000000000000000","description":"Delete a named short link","intent":"charge","method":"tempo","recipient":"0xCF1151318C8d73b0308d603d8ca09dBCFCFad950"}]},"summary":"Delete a named short link (Tempo mainnet pathUSD)"}}},"x-service-info":{"categories":["utilities","url"],"docs":{"homepage":"/","apiReference":"/openapi.json","llms":"/llms.txt"}}}