FileUpload
product_idProduct Idrequired
ID of the product (workspace) that owns this record. Most endpoints scope access by product.
file_typeFileTyperequired
Possible values: [voice, image, document]
llm_description object
anyOf
- string
- null
string
filebinaryrequired
FileUpload
{
"product_id": 0,
"file_type": "voice",
"llm_description": "string",
"file": "string"
}