curl --request POST \
--url https://api.example.com/api/hf-projects/saved \
--header 'Content-Type: application/json' \
--data '
{
"author": "<string>",
"hf_id": "<string>",
"name": "<string>",
"url": "<string>",
"description": "<string>",
"downloads": 0,
"entity_type": "model",
"intent": "reference",
"library_name": "<string>",
"likes": 0,
"note": "<string>",
"pipeline_tag": "<string>",
"sdk": "<string>",
"tags": []
}
'{
"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": []
}curl --request POST \
--url https://api.example.com/api/hf-projects/saved \
--header 'Content-Type: application/json' \
--data '
{
"author": "<string>",
"hf_id": "<string>",
"name": "<string>",
"url": "<string>",
"description": "<string>",
"downloads": 0,
"entity_type": "model",
"intent": "reference",
"library_name": "<string>",
"likes": 0,
"note": "<string>",
"pipeline_tag": "<string>",
"sdk": "<string>",
"tags": []
}
'{
"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": []
}Save an HF project bookmark.
model, dataset, space ^(contribute|clone|learn|reference)$Successful Response
A saved/bookmarked HF project.
model, dataset, space