Sign in

Create Task Attachment

documented

Upload an attachment to a task.

POST /v2/task/{task_id}/attachmentAttachmentsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.clickup.com/api/v2/task/{{$task_id}}/attachment?custom_task_ids={{$custom_task_ids}}&team_id={{$team_id}}" \
  -X POST \
  -H "Authorization: {{CLICKUP_API_KEY}}" \
  -H "Accept: application/json" \
  -F "attachment[0]=@{{$attachment_path}}"