{ "_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>" } }
Get details of a specific model
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Request fulfilled, document follows
The response is of type object.
object