Skip to main content
POST
Get upload credentials

Path parameters

string
required
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.
string
required
The unique identifier of the project.
string
required
The unique identifier of the work item.

Body parameters

string
required
Original filename of the attachment.
string
MIME type of the file (e.g., image/png, application/pdf).
integer
required
Size of the file in bytes.
string
External identifier for the asset (for integration tracking).
string
External source system (for integration tracking).

Response

Returns an object containing the S3 pre-signed POST data for direct upload.