curl --request GET \
--url https://api.example.com/api/hf-projects/discover{
"projects": [
{
"author": "<string>",
"entity_type": "model",
"hf_id": "<string>",
"name": "<string>",
"url": "<string>",
"created_at": "<string>",
"description": "<string>",
"downloads": 0,
"library_name": "<string>",
"likes": 0,
"match_reasons": [],
"matching_skills": [],
"pipeline_tag": "<string>",
"relevance_score": 0,
"sdk": "<string>",
"tags": []
}
],
"skills_used": [],
"total": 0
}curl --request GET \
--url https://api.example.com/api/hf-projects/discover{
"projects": [
{
"author": "<string>",
"entity_type": "model",
"hf_id": "<string>",
"name": "<string>",
"url": "<string>",
"created_at": "<string>",
"description": "<string>",
"downloads": 0,
"library_name": "<string>",
"likes": 0,
"match_reasons": [],
"matching_skills": [],
"pipeline_tag": "<string>",
"relevance_score": 0,
"sdk": "<string>",
"tags": []
}
],
"skills_used": [],
"total": 0
}