Embed Token - Generate embed token for datasets
Authorizations
HTTPRequired
Please enter a valid token
Query parameters
versionstringOptionalDefault:
The requested API version
1.0Header parameters
embedfast-user-idstringOptional
Optional User Id
embedfast-user-emailstringOptional
Optional User Email
Body
Class for representing the configuration for embedding a dataset.
datasetIdstring · uuidOptional
A public property of type Guid (a unique identifier) that has both a getter and a setter method, which allows for getting and setting the value of the DatasetId property.
Responses
200
Success: Returns an embed token for dataset creation.
400
Bad Request: The request could not be processed due to invalid syntax or missing/incorrect parameters.
403
Forbidden: Access denied to generate the embed token due to insufficient permissions or account restrictions.
404
Not Found: The requested resource does not exist.
500
Internal Server Error: An unexpected error occurred or a server timeout.
post
/datasets/generateEmbedTokenForCreateLast updated