Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Quickstart

Note

To be written. This page should take a reader from nothing to a successful response in under five minutes, with no prior Thatch knowledge assumed.

1. Create an account

2. Create an API key

See API keys.

export THATCH_API_KEY="..."

3. Send a request

curl https://api.thatch.cloud/v1/... \
  -H "Authorization: Bearer $THATCH_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{ }'

4. Next steps