如有调用问题,通过 Model Link 首页二维码添加工作人员处理
curl --location --request GET 'https://api.modellink.online/vertex/v1/publishers/google/models//tasks/' \
--header 'Authorization: Bearer <token>'{
"code": "string",
"data": {
"task_id": "string",
"status": "string",
"progress": "string",
"result_url": "string"
}
}