Esta página ainda não está disponível no idioma selecionado. Estamos trabalhando para adicionar mais opções de idiomas. Agradecemos sua compreensão.
- Service Overview
- User Guide
-
API Reference
- Before You Start
- Calling APIs
-
Platform APIs
-
Video Center
- Creating a Video Source
- Modifying a Video Source
- Deleting a Video Source
- Obtaining Details About a Video Source
- Obtaining Video Sources
- Creating a Video Source Group
- Deleting a Video Source Group
- Updating a Video Source Group
- Obtaining Details About a Video Source Group
- Obtaining Video Source Groups
- Task Center
- Algorithm Center
- Operation Center
-
Video Center
-
Algorithm APIs
-
Edge Service APIs
- Creating a People Flow Counting (Edge) Job
- Creating an Intrusion Detection (Edge) Job
- Creating an On-Duty Inspection (Edge) Job for Key Positions
- Creating an Abandoned Object Detection (Edge) Job
- Creating a Crowd Density Monitoring (Edge) Job
- Creating a Work Gear and Helmet Detection (Edge) Job
- Creating a Smoke and Fire Detection (Edge) Job
- Creating a Fight Detection (Edge) Job
- Creating a Shared Bicycle Detection (Edge) Job
- Creating an Individual Behavior Detection (Edge) Job
- Creating an Individual Action Detection (Edge) Job
- Creating a Mask Detection (Edge) Job
- Creating an Abnormal Parking Detection (Edge) Job
- Creating a Vehicle Detection (Edge) Job
- Creating a Fire Passage Obstruction Detection (Edge) Job
- Creating a Non-motorized Vehicle Detection (Edge) Job
- Creating a Trash Can Anomaly Detection (Edge) Job
- Creating an Overflowing Garbage Can Detection in Cities (Edge) Job
- Creating a Crowd Counting at High Altitudes (Edge) Job
- Creating a Target Attribute Recognition (Edge) Job
- Creating an E-bike Rider Helmet Detection (Edge) Job
- Creating an Umbrella Violation Detection (Edge) Job
- Creating an Advertisement Violation Detection (Edge) Job
- Creating a Messy Piles Detection (Edge) Job
- Creating a Clothes Airing Violation Detection (Edge) Job
- Creating a Littering Construction Waste Detection (Edge) Job
- Creating a Missing Manhole Cover Detection (Edge) Job
- Creating a Missing Manhole Cover Detection From a Dynamic Perspective (Edge) Job
- Creating an Urban Trash Detection (Edge) Job
- Creating an Urban Mobile Trash Detection (Edge) Job
- Creating an Urban Roadside Stall Detection (Edge) Job
- Creating an Exposed Bare Soil Detection (Edge) Job
- Creating a Wrong-Way Driving Detection (Edge) Job
- Creating a Speeding Detection at High Altitudes (Edge) Job
- Creating a Vehicle Counting at High Altitudes (Edge) Job
- Creating a Vessel Intrusion Detection (Edge) Job
- Creating a Floating Debris Detection (Edge) Job
- Creating a Drainage Outlet Monitoring (Edge) Job
- Creating a River Water Level Gauge Reading (Edge) Job
- Creating a Waterlogging Detection (Edge) Job
-
Cloud Service APIs
- Creating a People Flow Counting (Cloud) Job
- Creating an Intrusion Detection (Cloud) Job
- Creating an On-Duty Inspection (Cloud) Job for Key Positions
- Creating an Abandoned Object Detection (Cloud) Job
- Creating a Crowd Density Monitoring (Cloud) Job
- Creating a Work Gear and Helmet Detection (Cloud) Job
- Creating a Smoke and Fire Detection (Cloud) Job
- Creating a Fight Detection (Cloud) Job
- Creating a Shared Bicycle Detection (Cloud) Job
- Creating an Individual Behavior Detection (Cloud) Job
- Creating an Individual Action Detection (Cloud) Job
- Creating a Mask Detection (Cloud) Job
- Creating an Abnormal Parking Detection (Cloud) Job
- Creating a Vehicle Detection (Cloud) Job
- Creating a Fire Passage Obstruction Detection (Cloud) Job
- Creating a Non-motorized Vehicle Detection (Cloud) Job
- Creating a Trash Can Anomaly Detection (Cloud) Job
- Creating an Overflowing Garbage Can Detection in Cities (Cloud) Job
- Creating a Crowd Counting at High Altitudes (Cloud) Job
- Creating a Target Attribute Recognition (Cloud) Job
- Creating an E-bike Rider Helmet Detection (Cloud) Job
- Creating an Umbrella Violation Detection (Cloud) Job
- Creating an Advertisement Violation Detection (Cloud) Job
- Creating a Messy Piles Detection (Cloud) Job
- Creating a Clothes Airing Violation Detection (Cloud) Job
- Creating a Littering Construction Waste Detection (Cloud) Job
- Creating a Missing Manhole Cover Detection (Cloud) Job
- Creating a Missing Manhole Cover Detection From a Dynamic Perspective (Cloud) Job
- Creating an Urban Trash Detection (Cloud) Job
- Creating an Urban Mobile Trash Detection (Cloud) Job
- Creating an Urban Roadside Stall Detection (Cloud) Job
- Creating an Exposed Bare Soil Detection (Cloud) Job
- Creating a Vessel Intrusion Detection (Cloud) Job
- Creating a Floating Debris Detection (Cloud) Job
- Creating a Drainage Outlet Monitoring (Cloud) Job
- Creating a River Water Level Gauge Reading (Cloud) Job
- Creating a Waterlogging Detection (Cloud) Job
- Public APIs
-
Edge Service APIs
-
Alarm Information
- People Flow Counting
- Intrusion Detection
- Staff On-Duty Detection
- Abandoned Object Detection
- Crowd Density Monitoring
- Safety Suite Detection
- Fire and Smoke Detection
- Fight Detection
- Shared Bicycle Detection
- Individual Behavior Detection
- Individual Action Detection
- Mask Wearing Detection
- Abnormal Parking
- Vehicle Detection
- Fire Passage Obstruction Detection
- Non-motorized Vehicle Detection
- Trash Can Anomaly Detection
- Overflowing Garbage Can Detection in Cities
- Peak Crowd Counting
- Target Attribute Recognition
- E-bike Rider Helmet Detection
- Umbrella Violation Detection
- Advertisement Violation Detection
- Messy Piles Detection
- Clothes Airing Violation Detection
- Littering Construction Waste Detection
- Missing Manhole Cover Detection
- Missing Manhole Cover Detection From a Dynamic Perspective
- Urban Trash Detection
- Urban Mobile Trash Detection
- Urban Roadside Stall Detection
- Exposed Bare Soil Detection
- Wrong-Way Driving Detection
- Peak Speeding Detection
- Peak Vehicle Counting
- Vessel Intrusion Detection
- Floating Debris Detection
- Drainage Outlet Monitoring
- Water Level Gauge Reading
- Standing Water Detection
- Cyanobacteria Identification
- Common Parameters
- Appendix
- Change History
- FAQs
- General Reference
Copied.
Authentication
Requests for calling an API can be authenticated using either of the following methods:
- Token-based authentication: Requests are authenticated using a token.
- AK/SK-based authentication: Requests are encrypted using an AK/SK.
Token-based Authentication
The validity period of a token is 24 hours. When using a token for authentication, you may cache it so there is no need to call the IAM API frequently.
A token specifies temporary permissions in a computer system. During API authentication using a token, the token is added to a request to get permissions for calling the API.
When calling the API to obtain a user token, you must set auth.scope in the request body to project. The following is a request example:
{ "auth": { "identity": { "methods": ["password"], "password": { "user": { "name": "username", //Replace it with the actual username. "password": "**********",//Replace it with the actual password. "domain": { "name": "domainname" //Replace it with the actual account name. } } } }, "scope": { "project": { "name": "cn-north-1" //Replace it with the actual project name to obtain the token of the specified project. } } } }
After obtaining the token, add the X-Auth-Token header in a request to specify the token when calling other APIs. For example, if the token is ABCDEFJ...., add X-Auth-Token: ABCDEFJ.... in a request as follows:
GET https://iam.cn-north-1.myhuaweicloud.com/v3/auth/projects Content-Type: application/json X-Auth-Token: ABCDEFJ....
AK/SK-based Authentication
AK/SK-based authentication supports API requests with a body not larger than 12 MB. For API requests with a larger body, token-based authentication is recommended.
In AK/SK-based authentication, the AK/SK is used to sign requests and the signature is then added to the requests for authentication.
- AK: access key ID, which is a unique identifier used in conjunction with a secret access key to sign requests cryptographically.
- SK: secret access key used in conjunction with an AK to sign requests cryptographically. It identifies a request sender and prevents the request from being modified.
The signing SDK is only used for signing requests and is different from the SDKs provided by services.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot