v1
latestOpenAPI 3.1.02026-08-067019120.8 KBSystem
Obtain a general-purpose redirect URL
Returns a temporary URL that responds with a 302 redirect to the given URL. Useful for hiding the final destination from the browser.
get/api/temp_url
Query parameters
urlstring required
The destination URL.
expireinteger
Seconds until the URL expires (default 3600).
one_time0 | 1
Set to 1 to expire after one use.
Response
Temporary redirect URL.
string required