Hugging Face · Example Payload

Hugging Face Hub Create Repo Request Example

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

Top-level fields

nametypeorganizationprivatesdk

Example Payload

Raw ↑
{
  "name": "Example Title",
  "type": "example_value",
  "organization": "example_value",
  "private": true,
  "sdk": "example_value"
}