For the complete documentation index, see llms.txt. This page is also available as Markdown.

GetCredit

Use this method to see your remaining credits

This method can be used to view the remaining credits of your company.

GetCredit

POST https://testapi.onvision.ai/wsservice.asmx

Use this method to get your credit as JSON result.

Path Parameters

Name
Type
Description

TOKEN

string

Token

{
	"Envelope": {
		"Success": "1",
		"Message": "",
		"Info": {
			"Version": "1.0.0",
			"Run_Date": "20211004221739",
			"Executed_ms": "188.0149"
		},
		"Result": {
			"Last_Update": "10/4/2021 9:00:00 PM",
			"Remaining": "9996"
		}
	}
}

GetCredit

POST https://testapi.onvision.ai/wsserviceNet.asmx

Use this method to get your credit as XML result.

Path Parameters

Name
Type
Description

TOKEN

string

Token

Last updated

Was this helpful?