Shortener
Last updated
Was this helpful?
Last updated
Was this helpful?
An is required for this service. See for common error responses.
POST
https://yiff.rocks/create
If is enabled, a 503 Service Unavailable will be returned.
editable
Boolean
If the shortened url should be editable (you will get a code to edit with)
code
String
The code to use, random if not specified.
credit
String
The name to credit, Unknown
if not specified.
url*
String
The URL to shorten.
GET
https://yiff.rocks/:code
GET
https://yiff.rocks/:code+
GET
https://yiff.rocks/:code.json
DELETE
https://yiff.rocks/:code
managementCode*
String
The management code you received when creating the shorturl.
PATCH
https://yiff.rocks/:code
managementCode*
String
The management code you received when creating the shorturl.
credit
String
The new credit name for the url.
url
String
The new url for the shorturl.
If is enabled, a 503 Service Unavailable will be returned.
If is enabled, a 503 Service Unavailable will be returned.