other/configure-api-access-key

Description

  • Please establish an access key for the interface. This key will be used to authenticate all subsequent requests.

Request URL

  • http://127.0.0.1:8888/api/

Request Method

  • POST

Parameters

Parameter NameRequiredParameter TypeDescription
typeYesintAPI ID
serectKeyYesstringAccess Key: Leave this field empty to avoid further authentication checks.

Return Example

 {
  "type": 10055,
  "filePath": "C:\\xxx.png"
 } 

Return Example

  {
    "data": {
      "status": 0,
      "desc": "",
      "data": []
    }
  }

Return Parameter Description

Parameter NameParameter TypeDescription
error_codeintError code
descriptionstringError Description
datajsonBusiness data

Remark