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