POST
/
obj
/
create
Obj Create
curl --request POST \
  --url https://trace.wandb.ai/obj/create \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{
  "obj": {
    "project_id": "<string>",
    "object_id": "<string>",
    "val": "<any>",
    "builtin_object_class": "<string>",
    "set_base_object_class": "<string>",
    "wb_user_id": "<string>"
  }
}'
{
  "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

application/json
obj
object
required

Response

Successful Response

digest
string
required