For the complete documentation index, see llms.txt. This page is also available as Markdown.

Faces

Get the individual a face is for

get

Get the individual that a face is for by id

Path parameters
face_idstring · uuidRequired

The id of the face whose individual to get

Header parameters
passwordstring · nullableOptional

The password header to use to fetch the preview

Body
Responses
200

The individual

application/json
idstring · uuidRequired
namestringRequired
labeledboolean · nullableOptional
get/faces/{face_id}/individual

Get the asset a face is for

get

Get the asset that a face is for by id

Path parameters
face_idstring · uuidRequired

The id of the face whose asset to get

Header parameters
passwordstring · nullableOptional

The password header to use to fetch the preview

Body
Responses
200

The asset

application/json

Full asset DTO with relationship fields that require eager loading.

idstring · uuidRequired
drive_idstring · uuidRequired
pathstringRequired
namestringRequired
extensionstringRequired
updatedstring · date-timeRequired
createdstring · date-timeRequired
typestring · enumRequiredPossible values:
size_bytesintegerRequired
stack_idstring · uuid · nullableOptional
stack_numberinteger · nullableOptional
is_fs_draft_blobbooleanRequired
is_fs_null_blobbooleanRequired
ratingnumber · nullableOptional
ai_indexedbooleanRequired
categorystring · nullableOptional
ocrstring · nullableOptional
transcription_idstring · uuid · nullableOptional
faces_presentboolean · nullableOptional
content_lengthinteger · nullableOptional
preview_job_statestring · enumRequired

Enum for asset job states

Possible values:
metadata_job_statestring · enumRequired

Enum for asset job states

Possible values:
core_vision_job_statestring · enumRequired

Enum for asset job states

Possible values:
color_palette_job_statestring · enumRequired

Enum for asset job states

Possible values:
core_audio_job_statestring · enumRequired

Enum for asset job states

Possible values:
audio_job_statestring · enumOptional

Enum for asset job states

Possible values:
facial_recognition_job_statestring · enumRequired

Enum for asset job states

Possible values:
proxy_job_statestring · enumRequired

Enum for asset job states

Possible values:
audio_proxy_job_statestring · enumRequired

Enum for asset job states

Possible values:
transcription_job_statestring · enumRequired

Enum for asset job states

Possible values:
custom_thumbnailstring · nullableOptional
get/faces/{face_id}/asset

List all unclustered faces

get
Query parameters
drive_idstring · uuidRequired

The drive id to list faces for

pageinteger · nullableOptional

The page to query

Default: 0
limitinteger · nullableOptional

The limit that is fetched per page

Default: 100
Header parameters
passwordstring · nullableOptional

The password header to use to fetch the preview

Body
Responses
200

List of all unclustered faces

application/json
idstring · uuidRequired
individual_idstring · uuid · nullableOptional
get/faces

Get the dynamic views for a drive

get

Get the dynamic views for a drive

Query parameters
drive_idstring · uuidRequired
Header parameters
passwordstring · nullableOptional

The password header to use to fetch the preview

Body
Responses
200

Successful Response

application/json
idstring · uuidRequired
namestringRequired
columnsstring[] · nullableOptional
user_idstring · uuid · nullableOptional
is_lockedboolean · nullableOptional
is_privateboolean · nullableOptional
iconstring · nullableOptional
icon_typestring · enum · nullableOptionalPossible values:
sortstring · nullableOptional
get/dynamic-views

Add a dynamic view for a drive

post
Query parameters
drive_idstring · uuidRequired
Header parameters
passwordstring · nullableOptional

The password header to use to fetch the preview

Body
namestringRequired

The dynamic view name to update

iconstring · nullableOptional

The dynamic view icon to update

icon_typestring · enum · nullableOptional

The dynamic view icon type to update

Possible values:
is_lockedboolean · nullableOptional

If locked, other users cannot modify the dynamic view.

Default: false
is_privateboolean · nullableOptional

If private, only the owner can see this dynamic view.

Default: false
sortstring · nullableOptional

The dynamic view sort to update (include '-' at beginning for descending)

Responses
200

Successful Response

application/json
anyOptional
post/dynamic-views

No content

Update a dynamic view for a drive

put

Modify a dynamic view for a drive

Path parameters
dynamic_view_idstring · uuidRequired
Query parameters
drive_idstring · uuidRequired
Header parameters
passwordstring · nullableOptional

The password header to use to fetch the preview

Body
namestringRequired

The dynamic view name to update

columnsstring[] · nullableOptional

The dynamic view columns to update

iconstring · nullableOptional

The dynamic view icon to update

icon_typestring · enum · nullableOptional

The dynamic view icon type to update

Possible values:
sortstring · nullableOptional

The dynamic view sort to update (include '-' at beginning for descending)

is_lockedboolean · nullableOptional

If locked, other users cannot modify the dynamic view.

Default: false
is_privateboolean · nullableOptional

If private, only the owner can see this dynamic view.

Default: false
Responses
200

Successful Response

application/json
anyOptional
put/dynamic-views/{dynamic_view_id}

No content

Delete Dynamic View Route

delete
Path parameters
dynamic_view_idstring · uuidRequired
Query parameters
drive_idstring · uuidRequired
Header parameters
passwordstring · nullableOptional

The password header to use to fetch the preview

Body
Responses
200

Successful Response

application/json
anyOptional
delete/dynamic-views/{dynamic_view_id}

No content

Export dynamic view data

get
Path parameters
dynamic_view_idstring · uuidRequired
export_formatstring · enumRequiredPossible values:
Query parameters
drive_idstring · uuidRequired
osstring · enum · nullableOptional

Operating System Enum from the result of platform.system()

Possible values:
timezonestring · nullableOptional
Header parameters
passwordstring · nullableOptional

The password header to use to fetch the preview

Body
Responses
200

Successful Response

application/json
anyOptional
get/dynamic-views/{dynamic_view_id}/exports/{export_format}

No content

Last updated

Was this helpful?