GetToken
Use this method to get a token
To use any other method, you first need to have a token which is generated by this method. It requires the username, password and access key you have previously generated on our site .
GetToken
POST
https://testapi.onvision.ai/wsservice.asmx
Use this method to generate your token as JSON result.
Path Parameters
Name
Type
Description
user
string
Username
pwd
string
Password
AccessKey
string
Access key
GetToken
POST
https://testapi.onvision.ai/wsserviceNet.asmx
Use this method to generate your token as XML result.
Path Parameters
Name
Type
Description
user
string
Username
pwd
string
Password
AccessKey
string
Access key
This token is temporary and will expire after 48 hours
Last updated