K
Getting Started

Quick Start

Make your first API call in seconds. The Poyst API uses standard REST conventions and returns JSON responses.

Say hello

shell
curl https://api.poyst.com/v1/hello \
  -H "Accept: application/json"

Response:

json
{"message": "Hello from Poyst API"}

Next steps