Skip to content

Quick Start

This guide will get you up and running with AACSearch in under 5 minutes.

  1. Go to aacsearch.com
  2. Type your query in the search bar
  3. Use filters to narrow by category, language, or symbol set
Terminal window
curl "https://api.aacsearch.com/v1/search?q=communication+board&lang=en"
Terminal window
npm install @aacsearch/sdk
import { AACSearch } from '@aacsearch/sdk';
const aac = new AACSearch({ apiKey: process.env.AACSEARCH_API_KEY });
const results = await aac.search('emotions board');