Skip to main content

Documentation Index

Fetch the complete documentation index at: https://getalchemystai.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Welcome

OpenAPI Specification for the Alchemyst Platform APIs.

Alchemyst Platform endpoints

View the OpenAPI specification file

Authentication

To obtain your API key, follow these steps:
  1. Go to the Alchemyst Platform and sign up using your Google account.
  2. After logging in, navigate to the Get Started section to generate your API key.
  3. You can also view and manage your API keys anytime from the Settings page.
Use the following authentication schema when making API requests:
"security": [
  {
    "bearerAuth": []
  }
]