Get upload credentials
Work Item Attachments
Get upload credentials
Creates a pre-signed POST form data for uploading an attachment directly to S3. This endpoint handles the first step of the two-and-a-half step upload process where you first get the upload credentials and then use them to upload the actual file.
POST
Get upload credentials
Documentation Index
Fetch the complete documentation index at: https://developers.plane.so/llms.txt
Use this file to discover all available pages before exploring further.
Path parameters
The workspace_slug represents the unique workspace identifier for a workspace in Plane. It can be found in the URL. For example, in the URL
https://app.plane.so/my-team/projects/, the workspace slug is my-team.The unique identifier of the project.
The unique identifier of the work item.
Body parameters
Original filename of the attachment.
MIME type of the file (e.g.,
image/png, application/pdf).Size of the file in bytes.
External identifier for the asset (for integration tracking).
External source system (for integration tracking).

