Prepare Artifacts
Creates an artifact and generates an upload URL for its data.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
file_name
The name of the file that's being uploaded.
configuration_set
Represents a set of configuration to be used with the artifacts object.
file_type
The type of file that's being uploaded.
Response
The response to preparing a URL to upload a file.
form_data
The POST policy form data.
id
The generated artifact's ID.
url
The URL that the file's data should be uploaded to.