Skip to main content
GET
/
v1
/
vector_stores
/
{vector_store_id}
/
files
/
{file_id}
/
content
Get Vector Store File Content
curl --request GET \
  --url https://documents.absconsulting.com/v1/vector_stores/{vector_store_id}/files/{file_id}/content \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "message": "<string>",
  "details": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Bearer token for authentication

Path Parameters

vector_store_id
string
required

The ID of the vector store.

file_id
string
required

The ID of the file to use for this request.

Response

Markdown content of the file