Getting Started
Introduction
Welcome to the Gramsea API. This API allows you to integrate your applications with our platform.
Authentication
All API requests require authentication using Bearer tokens. You can create tokens in your account settings.
curl -H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Accept: application/json" \
https://gramsea.com/api/v1/user
Rate Limiting
API requests are limited to 60 requests per minute. You can check your current rate limit status in the response headers.