GET
/
model
/
{id}
{
  "_id": "<string>",
  "type": "svc",
  "title": "<string>",
  "description": "<string>",
  "cover_image": "<string>",
  "train_mode": "full",
  "state": "created",
  "tags": [
    "<string>"
  ],
  "samples": [],
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "languages": [],
  "visibility": "public",
  "lock_visibility": false,
  "like_count": 123,
  "mark_count": 123,
  "shared_count": 123,
  "task_count": 123,
  "unliked": false,
  "liked": false,
  "marked": false,
  "author": {
    "_id": "<string>",
    "nickname": "<string>",
    "avatar": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200
application/json
Request fulfilled, document follows

The response is of type object.