cURL
curl --request POST \ --url https://hub.oxen.ai/api/repos/{namespace}/{repo_name}/commits/upload_chunk \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/octet-stream' \ --data '[ 1 ]'
{ "status": "<string>", "status_message": "<string>", "oxen_version": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Namespace of the repository
Name of the repository
x >= 0
Chunk of data (binary bytes)
Chunk uploaded successfully