POST
/
cloud
/
generate_uri
JavaScript
import Morphik from 'morphik';

const client = new Morphik({
  apiKey: 'My API Key',
});

const response = await client.cloud.generateUri({ app_id: 'app_id', name: 'name', user_id: 'user_id' });

console.log(response);
{}

Headers

authorization
string

Body

application/json

Request model for generating a cloud URI

Response

200
application/json

Successful Response

The response is of type object.