# Function Description

To refresh the Authkey which is expired already.

# Request

# request example

POST / ffmpeg / refreshAuthKey
HTTPS
Host: <host>
Content-Type: application/json

# Request Headers

none

# Request Body

request body is JSON character string,for example:

{
  "unRefreshJsonUrl": "https:xxx.json"
}

# Response

# Response Header

No special response header

# Response Body

Successful Response Body :

{
  "code": 0,
  "data": {
    "refreshJsonUrl": "https:xxx.json"
  },
  "msg": "success"
}

Failed Response Body :

{
  "code": <errorCode>,
  "data": "",
  "msg": <errorMessage>
}