Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the vector store.
Example:
"vs_abc123"
The ID of the file within the vector store.
Example:
"file-abc123"
Response
200 - application/json
OK
Represents the parsed content of a vector store file.
The object type, which is always vector_store.file_content.page
Available options:
vector_store.file_content.page
Parsed content of the file.
Indicates if there are more content pages to fetch.
The token for the next page, if any.