v1
latestOpenAPI 3.0.0Cognigy Proprietary License2026-07-2239524.1 MBSnapshots
Create a Snapshot
Creates a task to create a Snapshot in a Project.
post/v2.0/snapshots
Request body
Example request
{
"name": "New Snapshot",
"description": "Version 1"
}Response
Task to create the Snapshot successfully created.
Example response
{
"status": "queued",
"type": "trainIntents",
"lastChangedAt": 1594243850,
"lastCreatedAt": 1594243850,
"totalStep": 100
}