Embed Token - Generates an embed token for creating datasets

Generates an embed token for creating datasets.

post
Authorizations
Query parameters
versionstringOptional

The requested API version

Default: 1.0
Header 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.
post
POST /datasets/generateEmbedTokenForCreate HTTP/1.1
Host: 
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 52

{
  "datasetId": "123e4567-e89b-12d3-a456-426614174000"
}
{
  "token": "text",
  "tokenId": "123e4567-e89b-12d3-a456-426614174000",
  "expiration": "2025-06-27T10:20:45.491Z"
}

Last updated