Authorization: Bearer ********************{
"condition": {
"children": "[]",
"field": "",
"operator": "AND",
"options": {},
"value": null
},
"projection": {
"exclude": "[]",
"include": "[]"
},
"sort": "[]"
}curl --location --request POST '/file/snapshot/single/state' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"condition": {
"children": "[]",
"field": "",
"operator": "AND",
"options": {},
"value": null
},
"projection": {
"exclude": "[]",
"include": "[]"
},
"sort": "[]"
}'{
"embed": {
"errorCode": "string",
"errorMsg": "string",
"transformedSize": 0,
"embedded": true,
"bindingErrors": [
{
"msg": "string",
"name": "string"
}
],
"notStarted": true,
"prepared": true,
"succeeded": true
},
"etlStrategy": {
"enabled": "true",
"extract": {
"type": "Default"
},
"normalize": {
"enabled": true
},
"transform": {
"chunkStrategy": {
"chunkSize": "1024",
"keepSeparator": "true",
"maxNumChunks": "10000",
"minChunkLengthToEmbed": "5",
"type": "Token"
},
"enabled": true,
"textFormatter": {
"trimAdjacentNewline": "true",
"trimAdjacentSpace": "true",
"trimIndent": "true"
}
}
},
"id": "string",
"metadata": {
"dataSize": 1,
"lastModified": 0,
"mimeType": "audio/x-wav",
"readableDataSize": "string"
},
"name": "string",
"normalization": {
"errorCode": "string",
"errorMsg": "string",
"mimeType": "string",
"source": {
"type": "None"
},
"bindingErrors": [
{
"msg": "string",
"name": "string"
}
],
"notStarted": true,
"prepared": true,
"succeeded": true
},
"reference": {
"type": "None"
},
"source": {
"type": "None"
},
"embedded": true,
"normalized": true
}