There are two ways to build your API with Ground: The API endpoints and the SDK.
Here is a link to our OpenAPI yaml specifications:

Ground's API repository

View the OpenAPI specification file

Authentication

All API endpoints are authenticated using Bearer tokens.
The <token> in the Bearer token is the api_key you can get from: https://platform.ground.dev/dashboard/api-keys.

{
  "Authorization": "Bearer <token>"
}