Taskade API
TaskadeChangelogDocumentation
  • Introduction
  • 👋Getting Started
    • Personal Tokens
    • OAuth 2.0 Authentication
  • 🤖TaskOS (Coming Soon)
    • Introduction
  • ⚙️API reference
    • Workspaces
      • Get Workspaces
      • Get Projects
      • Get Folders
    • Folders
      • Get Folder Projects
      • Generate Agent in Folder
      • Create Agent in Folder
      • Get Folder Agents
      • Get Folder Medias
      • Get Folder Project Templates
    • Projects
      • Get Project
      • Complete Project
      • Restore Project
      • Copy Project
      • Create Project
      • Create From Template
      • Get Project Members
      • Get Project Fields
      • Get Project Tasks
      • Get Project Block
      • Get Share Link
      • Update Share Link
    • Tasks
      • Create Task
      • Get Task
      • Update Task
      • Move Task
      • Complete Task
      • Uncomplete Task
      • Delete Task
      • Get Task Assignees
      • Update Task Assignees
      • Delete Task Assignees
      • Get Task Date
      • Update Task Date
      • Delete Task Date
      • Get Task Note
      • Update Task Note
      • Delete Task Note
      • Get Task Field
      • Update Task Field
      • Delete Task Field
    • Agents
      • Get Agent
      • Delete Agent
      • Update Agent
      • Get Public Agent
      • Update Public Agent
      • Update Agent Public Access
      • Add Project to Knowledge
      • Add Media to Knowledge
      • Remove Project from Knowledge
      • Remove Media from Knowledge
      • Get Conversations
      • Get Conversation
      • Inbound Webhooks
    • Media
      • Get Media
      • Delete Media
    • Me
      • Get Projects
    • Specifications
  • 🔗Links
    • Taskade
    • Changelog
    • Documentation
    • Community Forum
Powered by GitBook
On this page

Introduction

Learn about building apps and integrations on top of Taskade's API.

NextPersonal Tokens

Last updated 5 months ago

We're excited to introduce you to Version 1.0 of the API. This is the starting point for integrating your applications and services with the Taskade platform.

API Overview

Built on RESTful principles, our API is designed to be simple yet powerful. You'll find resource-oriented URLs for intuitive navigation, form-encoded request bodies for efficient data transfer, and JSON-encoded responses for super easy parsing.

Capabilities

  • : Create a workspace or , or jump into one you've already set up.

  • : Start a new project, update it, or wrap it up.

  • : Add, edit, or check off tasks like a pro.

Who Should Use This Guide?

This documentation caters to seasoned developers and those new to API integration. Our guide has something for everyone. We're here to help you get the most out of Taskade, step by step.

So let's get started! We can't wait to see what you will build. 🐑

Taskade
Workspaces
folder
Projects
Tasks
Page cover image