Skip to main content
POST
Upload a Snapshot Package

Authorizations

X-API-Key
string
header
required

Supply the API Key in the HTTP-Header

Headers

Accept
enum<string>

The Accept header specifies the media type that the client expects in the response. Available options: application/json, application/hal+json, application/xml, text/xml, text/csv. The default value is application/json.

Available options:
application/json,
application/hal+json,
application/xml,
text/xml,
text/csv

Body

multipart/form-data
projectId
string
Required string length: 24
Pattern: ^[a-z0-9]{24}$
file
file

Response

Snapshot successfully uploaded and Task to process Snapshot successfully created.

_id
string
Required string length: 24
Pattern: ^[a-z0-9]{24}$
status
enum<string>

The status of the task

Available options:
queued,
active,
done,
cancelling,
cancelled,
error
Example:

"queued"

type
string
Example:

"trainIntents"

parameters
object
lastChangedAt
number
Example:

1594243850

lastCreatedAt
number
Example:

1594243850

currentStep
integer
Example:

0

totalStep
integer
Example:

100

Last modified on July 22, 2026