Creates media fingerprint libraries.
Operation description
-
You can create up to five media fingerprint libraries within an account. To increase the quota, submit a ticket. You can call the DeleteDNADB operation to delete the fingerprint libraries that you no longer need.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:CreateDNADB |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Name |
string |
Yes |
The name of the media fingerprint library. |
example name |
| Model |
string |
No |
The model of the media fingerprint library. Valid values:
|
Video |
| Description |
string |
No |
The description of the media fingerprint library. |
This is a video DNA library. |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
25818875-5F78-4A13-BEF6-D7393642CA58 |
| DBInfo |
object |
The details of the media fingerprint library. |
|
| Description |
string |
The description of the media fingerprint library. |
This is a video DNA library. |
| Name |
string |
The name of the media fingerprint library. |
example name |
| Status |
string |
The state of the media fingerprint library. After a media fingerprint library is created, it enters the offline state. After the media fingerprint library is processed at the backend, it enters the active state. |
offline |
| DBId |
string |
The ID of the media fingerprint library. We recommend that you save this ID for subsequent calls of other operations. |
88c6ca184c0e47098a5b665e2a12**** |
| Model |
string |
The model of the media fingerprint library. |
Video |
Examples
Success response
JSON format
{
"RequestId": "25818875-5F78-4A13-BEF6-D7393642CA58",
"DBInfo": {
"Description": "This is a video DNA library.",
"Name": "example name",
"Status": "offline",
"DBId": "88c6ca184c0e47098a5b665e2a12****",
"Model": "Video"
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.