Hugging Face · Example Payload

Hugging Face Hub Space Summary Example

Hugging Face Hub Space Summary Example is an example object payload from Hugging Face, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

_ididauthorshalastModifiedprivatetagslikessdkruntimecreatedAt

Example Payload

Raw ↑
{
  "_id": "500123",
  "id": "abc123",
  "author": "example_value",
  "sha": "example_value",
  "lastModified": "example_value",
  "private": true,
  "tags": [],
  "likes": 10,
  "sdk": "example_value",
  "runtime": "example_value",
  "createdAt": "example_value"
}