/
AR
arbicity
/
ARBI
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 7mo ago
Details
Filter operations
assistant
2
configs
5
conversation
8
document
11
get
Get Documents
delete
Delete Documents
patch
Update Documents
post
Create Doctags
delete
Delete Doctags
patch
Update Doctag
post
Upload Documents
post
Upload Documents From Url
get
Download Document
get
View Document Inline
get
Get Parsed Document
health
6
tag
3
user
13
workspace
11
get
Admin Index
document
Update Documents
Update one or more documents.
patch
/api/document/
Headers
workspace-key
string
Request body
UpdateDocumentsRequest
required
Update one or more documents.
documents
DocUpdateRequest[]
required
Response
Successful Response
DocResponse[]
required
external_id
string
required
workspace_ext_id
string
required
file_name
string
nullable
status
string
nullable
n_pages
integer
nullable
n_chunks
integer
nullable
tokens
integer
nullable
file_type
string
nullable
file_size
integer
nullable
storage_type
string
nullable
storage_uri
string
nullable
title
string
required
doc_date
string
date
nullable
shared
boolean
nullable
re_ocred
boolean
nullable
config_ext_id
string
nullable
created_by_ext_id
string
nullable
created_at
string
date-time
required
updated_at
string
date-time
required
doctags
DocTagResponse[]
Changes