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.
string<uuid>00000000-0000-0000-0000-000000000000The handle of the space. Is unique.
string<handle>space-aThe alias of the space.
string,null<alias>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.
string<handle>user-aThe alias of the owner.
string,null<alias>User AThe number of audios of the space.
integer<int32>10The number of voiceprints of the space.
integer<int32>10The number of verifications of the space.
integer<int32>10The number of identities of the space.
integer<int32>10The date and time when the space was created.
string<date-time>2023-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"
}