API Documentation
Endpoint Examples
Assets
- POSTAdd Asset to Source
- PUTAdd Tags to Asset
- DELDelete Assets
- GETAsset Roots
- GETAssets Linked to Other Assets
- GETAsset Collections
- GETIndividual Assets
- GETVisually Similar Assets
- GETAmount of Assets For Each Type
- POSTLink to Assets
- POSTLink to Asset Types
- GETAll Assets
- POSTMove Assets
- DELRemove Assets from Source
- PUTAsset Name
- GETDownload Assets
- GETAsset Type
- GETObjects Detected in an Asset
- DELUnlink Assets
- PUTUpdate Assets
Collections
Generate
Indexing
Players
Remove Background
Search
Comments
Add Comments to Assets
Add a comment to an asset
POST
/
comments
/
{asset_id}
Copy
{
"author": "string",
"content": "string",
"image_coords": [
0
]
}
Copy
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
Copy
{
"author": "string",
"content": "string",
"image_coords": [
0
]
}
Path Parameters
The id of the asset to get comments for
Body
application/json
Response
200
application/json
The id for the created comment
The response is of type string
.
Copy
{
"author": "string",
"content": "string",
"image_coords": [
0
]
}
Copy
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
Assistant
Responses are generated using AI and may contain mistakes.