Collection (1:N) Management in Oz API
How to Create a Collection
{
"alias": "your_collection",
"company_id": "your_company_id"
}How to Add a Person or a Photo to a Collection
{
"media:tags": {
"image1": [
"photo_selfie",
"orientation_portrait"
]
}
}How to Remove a Photo or a Person from a Collection
How to Delete a Collection
Last updated
Was this helpful?
