Hugging Face · Example Payload

Hugging Face Listdatasettags Example

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

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "listDatasetTags",
  "method": "GET",
  "path": "/datasets-tags-by-type",
  "summary": "List Dataset Tags Grouped by Type",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listdatasettags200Example",
      "example": {}
    }
  ]
}