Skip to main content
POST
Link User File To Project

Authorizations

Authorization
string
header
required

Authorization header with Bearer token

Path Parameters

project_id
integer
required
file_id
string<uuid>
required

Response

Successful Response

id
string<uuid>
required
name
string
required
user_id
string<uuid> | null
required
file_id
string
required
created_at
string<date-time>
required
status
enum<string>
required
Available options:
PROCESSING,
COMPLETED,
FAILED,
CANCELED,
DELETING
last_accessed_at
string<date-time> | null
required
file_type
string | null
required
chat_file_type
enum<string>
required
Available options:
image,
document,
plain_text,
csv
token_count
integer | null
required
chunk_count
integer | null
required
temp_id
string | null
project_id
integer | null