Skip to main content
POST
Move a video to another collection
Product: Video Datalake Host: https://api.memories.ai/datalake/v1 Auth: Authorization: sk-mai-...
Move a video to another collection. Same embedding model → 200 (synchronous). Cross-model → 409 (not allowed).
Custom method :move — this is an action on the resource, not standard CRUD. Call it exactly as POST /datalake/v1/videos/{id}:move.
Pricing: Free — management / read (no charge). · See Pricing for the full model.

Response Fields

string
New parent collection.

Authorizations

Authorization
string
header
required

Send Authorization: sk-mai-...

Path Parameters

id
string
required

Video ID.

Body

application/json
collection_id
string
required

Target collection (must share the embedding model).

Response

200 - application/json

Success