Assets
Full Asset Update
PUT
/
assets
/
{asset_id}
Headers
Authorization
string | null
index-id
string | null
filter by organization
Path Parameters
asset_id
string
requiredBody
application/json
propagate_features
boolean | null
default: falseIf True, the features will be propagated to all assets with the same asset_id
metadata
object
Updated metadata for the asset. This can include any key-value pairs that should be updated or added to the asset's metadata.
Response
200 - application/json
asset_id
string | null
The unique identifier for the asset
collection_id
string | null
The ID of the collection the asset belongs to
status
string | null
The current status of the asset processing
url
string | null
The URL where the asset can be accessed
metadata
object | null
Additional metadata associated with the asset
error
string | null
The error message if the asset processing failed
modality
string | null
The type of media
task_id
string | null
The task ID
unique_hash
string | null
The unique hash of the asset
updated_at
string | null
The timestamp when the asset was last updated
created_at
string | null
The timestamp when the asset was created
score
number | null
The relevance score of the asset
Was this page helpful?