curl --request POST \
--url https://api.vida.dev/api/v2/agent/{agentId}/versions/{versionId} \
--header 'Content-Type: application/json' \
--data '{
"snapshot": {}
}'
{
"success": true,
"versionId": 1750195000123
}
Overwrite an existing version snapshot by its numeric versionId.
curl --request POST \
--url https://api.vida.dev/api/v2/agent/{agentId}/versions/{versionId} \
--header 'Content-Type: application/json' \
--data '{
"snapshot": {}
}'
{
"success": true,
"versionId": 1750195000123
}
Vida API Token
Agent Id
Epoch-ms score identifying the snapshot
Version replaced
The response is of type object
.