POST
/
cloud
/
generate_uri
curl --request POST \
  --url http://localhost:8000/cloud/generate_uri \
  --header 'Content-Type: application/json' \
  --data '{
  "app_id": "<string>",
  "name": "<string>",
  "user_id": "<string>",
  "expiry_days": 30
}'
{}

Headers

authorization
string

Body

application/json

Request model for generating a cloud URI

app_id
string
required

ID of the application

name
string
required

Name of the application

user_id
string
required

ID of the user who owns the app

expiry_days
integer
default:30

Number of days until the token expires

Response

200
application/json
Successful Response
{key}
string