RapidDesk Documentation

Welcome to the RapidDesk documentation. Here you'll find comprehensive guides and documentation to help you start working with RapidDesk as quickly as possible.

RapidNotes

Intelligent note-taking and organization

Learn more →

ArtFlow

Digital asset management made simple

Learn more →

Quick Start

Installation

npm install @rapiddesk/client

Install the RapidDesk client library to get started with our API and SDKs.

Basic Usage

After installation, you can initialize RapidDesk in your application:

import { RapidDesk } from '@rapiddesk/client'

const client = new RapidDesk({
  apiKey: 'your-api-key'
})

API Reference

GET/api/v1/notes

Retrieve a list of notes

POST/api/v1/notes

Create a new note

PUT/api/v1/notes/:id

Update an existing note