POST
/
file
/
create
File Create
curl --request POST \
  --url https://trace.wandb.ai/file/create \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: multipart/form-data' \
  --form 'project_id=<string>' \
  --form file=@example-file
{
  "digest": "<string>"
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

multipart/form-data
project_id
string
required
file
file
required

Response

Successful Response

digest
string
required