Create vector store file
POST {{baseUrl}}/vector_stores/:vector_store_id/files
Request Body
{"file_id"=>"file-oc7YnIjScY3K7UW8kZ2ziVNo"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
OpenAI-Beta | string |
RESPONSES
status: OK
{"id":"file-oc7YnIjScY3K7UW8kZ2ziVNo","object":"vector_store.file","usage_bytes":0,"created_at":1725135845,"vector_store_id":"vs_r9TYb7Il6YNbtlJgMjA035O0","status":"in_progress","last_error":null,"chunking_strategy":{"type":"static","static":{"max_chunk_size_tokens":800,"chunk_overlap_tokens":400}}}