Collection Management
Create collection
Name
Value
Name
Description
{
"name": "MyCollection",
"num_persons": 0
}{
"code": "ERR_INVALID_COLLECTION_NAME",
"message": "Collection names can only contain alphanumeric characters, underscores, hyphens, and periods."
}{
"code": "ERR_API_KEY_NOT_PRESENT",
"message": "The API key is missing from the request."
}{
"code": "ERR_API_KEY_NOT_VALID",
"message": "The API key is not valid."
}{
"code": "ERR_ALREADY_EXISTS",
"message": "Another entity already exists with the same ID."
}{
"code": "ERR_DATABASE_ERROR",
"message": "An error occurred while connecting with the database, please retry your request later."
}Delete a collection
Name
Value
Name
Description
Last updated

