Generates a unique identifier for a new device registration.
curl --request POST \
--url https://production-storytell-ai-platfor-cds2.encr.app/v1/device/generate-id
{
"id": "<string>"
}
Success response
The response is of type object
.
curl --request POST \
--url https://production-storytell-ai-platfor-cds2.encr.app/v1/device/generate-id
{
"id": "<string>"
}