Description
POST /api/1/aws_marketplace/create_link/
Creates upload link.
The link can be changed to a download link after finishing setting files.
Headers
{
access-token: {User Identifier}
}
Path Parameter
NOTE: This endpoint does not use path parameters.
Query Parameter
NOTE: This endpoint does not use query parameters.
Body Parameter
NOTE: This endpoint does not use body parameters.
Example
Request
import requests
url = "https://api.cloudike.net/api/1/aws_marketplace/create_link/"
payload = {}
headers = {
'Access-token': {User Identifier}
}
response = requests.request("POST", url, headers=headers, data=payload)
Response
{
'public_hash': rApfSWxM
}
Errors
Unauthorized 401
PlanExpired 426
InternalServerError 500