API reference
Ingrgrate Storytell.ai with your workflow
Associates multiple assets with a collection, allowing cross-organization relationships with proper access permissions.
cURL
curl --request POST \ --url https://production-storytell-ai-platfor-cds2.encr.app/v1/collections/{collectionID}/assets \ --header 'Content-Type: application/json' \ --data '{ "assetIds": [ [ 127 ] ], "collectionId": [ 127 ], "flags": [ "<string>" ] }'
{ "code": "<string>", "data": [ { "assetId": [ 127 ], "collectionId": [ 127 ], "joinId": [ 127 ] } ], "details": { "consumption": { "units": 123 }, "operation": { "duration": 123, "operationId": "<string>" } }, "done": true, "eventKey": "<string>", "message": "<string>" }
Success response
Show child attributes
Was this page helpful?