MeduxMedux

Clone > Get Avatar Task

Get Avatar Task

Return the current state of an avatar cloning task.

GET/api/app/v1/clone/avatar/tasks/{task_id}

Examples

curl -X GET https://api.medux.io/api/app/v1/clone/avatar/tasks/TASK_ID \
  -H 'Authorization: Bearer $MEDUX_API_KEY'

Auth Requirements

Authentication is required via Authorization header.

Preconditions

Try it requires a task_id returned by a clone request.

Use this to poll clone progress after task creation.

Request

Body

application/json
Authorizationstringrequired

Bearer token or API key.

Location: HEADER

task_idstringrequired

No description provided.

Location: PATH

Response

Response

application/json
codeint32optional

Application response code.

CodeMeaning
0OK
13Authentication is required
15Resource not found
99Server error

Available options: 0 13 15 99

Location: RESPONSE

data.taskobjectoptional

No description provided.

Location: RESPONSE

messagestringoptional

No description provided.

Available options: ok unauthenticated not found server error

Location: RESPONSE