Parameter name | Value | Description | Notes |
---|---|---|---|
cipherUrl |
string |
Cipher url. | |
shortenerUrl |
string |
Short cipher url. | |
expiration |
number |
Expiration timestamp. |
Authentication is required to execute this request. Please refer to Authentication for more.
In the request body, supply the following properties:
Parameter name | Value | Description |
---|---|---|
Required Properties | ||
key |
string |
Key of cipher. |
url |
string |
URl to cipher. |
shortener |
boolean |
Generate a short cipher url. |
validity |
number |
Expiration delay in hours (0 = no expiration). |
If successful, this method returns a Cipher resource in the response body.