Upload an Agent File

Upload a file using multipart form data and return only the file id.

Authentication

AuthorizationBearer

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

Request

This endpoint expects a multipart form containing a file.
filefileRequired

Response

Agent file identifier.
idstringformat: "uuid"
Uploaded file identifier.

Errors

400
Bad Request Error
401
Unauthorized Error
429
Too Many Requests Error
500
Internal Server Error