Skip to main content
POST
/
v1
/
tools
/
{id}
/
upload
Upload Tools Supporting Artifact
curl --request POST \
  --url https://{api_endpoint}/api/v1/tools/{id}/upload \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

multipart/form-data
file
file
required

Response

Successful Response