Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Repository creation payload (JSON or Multipart)
{
"author": "ox",
"email": "[email protected]",
"id": "a1b2c3d4e5f67890abcdef1234567890",
"message": "Refactor data loading pipeline.",
"parent_ids": ["f1e2d3c4b5a67890fedcba9876543210"],
"timestamp": "2025-01-01T10:00:00Z"
}Repository created
{
"latest_commit": {
"author": "ox",
"email": "[email protected]",
"id": "a1b2c3d4e5f67890abcdef1234567890",
"message": "Initial dataset import.",
"parent_ids": ["f1e2d3c4b5a67890fedcba9876543210"],
"timestamp": "2025-01-01T10:00:00Z"
},
"name": "ImageNet-1k",
"namespace": "ox"
}