curl --request GET \
--url https://api.example.com/api/hf-projects/saved{
"projects": [
{
"author": "<string>",
"entity_type": "model",
"hf_id": "<string>",
"id": "<string>",
"name": "<string>",
"saved_at": "<string>",
"url": "<string>",
"description": "<string>",
"downloads": 0,
"intent": "reference",
"library_name": "<string>",
"likes": 0,
"note": "<string>",
"pipeline_tag": "<string>",
"sdk": "<string>",
"tags": []
}
],
"total": 0
}curl --request GET \
--url https://api.example.com/api/hf-projects/saved{
"projects": [
{
"author": "<string>",
"entity_type": "model",
"hf_id": "<string>",
"id": "<string>",
"name": "<string>",
"saved_at": "<string>",
"url": "<string>",
"description": "<string>",
"downloads": 0,
"intent": "reference",
"library_name": "<string>",
"likes": 0,
"note": "<string>",
"pipeline_tag": "<string>",
"sdk": "<string>",
"tags": []
}
],
"total": 0
}