Spaces
Spaces act as containers and keep speech data and results bundled and isolated. They belong to either a user or an organization.
To learn how to view the usage statistics of a space, check the usage section.
Access: To manage a space, it must either belong to your user or to one of your organizations.
Composite handle: Spaces are tightly related to their owner and their handle is only unique in combination with them. Learn more.
Content
Users can upload and import speech data into a space. The platform generates results by extracting and analyzing characteristics of that data.
Fields
The UUID of the space. Is unique.
uuid00000000-0000-0000-0000-000000000000The handle of the space. Is unique.
space-aThe alias of the space.
Space Aowner
object
required
The owner of the space.
The type of the owner.
OwnerType (string)Possible values: [user, org]
userThe handle of the owner. Is unique.
user-aThe alias of the owner.
User AThe number of audios of the space.
int3210The number of voiceprints of the space.
int3210The number of verifications of the space.
int3210The number of identities of the space.
int3210The date and time when the space was created.
date-time2023-01-01T00:00:00.000000Z{
"id": "00000000-0000-0000-0000-000000000000",
"handle": "space-a",
"alias": "Space A",
"owner": {
"type": "user",
"handle": "user-a",
"alias": "User A"
},
"audios": 10,
"voiceprints": 10,
"verifications": 10,
"identities": 10,
"createdAt": "2023-01-01T00:00:00.000000Z"
}