/vector_stores/{vector_store_id}/file_batches.Authorization: Bearer ********************curl --location '/vector_stores//files' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"file_id": "string",
"chunking_strategy": {
"type": "auto"
},
"attributes": {
"property1": "string",
"property2": "string"
}
}'{
"id": "string",
"object": "vector_store.file",
"usage_bytes": 0,
"created_at": 0,
"vector_store_id": "string",
"status": "in_progress",
"last_error": {
"code": "server_error",
"message": "string"
},
"chunking_strategy": {
"type": "static",
"static": {
"max_chunk_size_tokens": 100,
"chunk_overlap_tokens": 0
}
},
"attributes": {
"property1": "string",
"property2": "string"
}
}