List spaces
documentedList information about all Spaces on the Hub.
GET /api/spacesSpacesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl \"https://huggingface.co/api/spaces?search={{$search}}&author={{$author}}&filter={{$filter}}&sort={{$sort}}&direction={{$direction}}&limit={{$limit}}&full={{$full}}&config={{$config}}\" -X GET -H \"Accept: application/json\" -H \"Content-Type: application/json\" -H \"Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}\"