Introduction

Claude.IA is a powerful cloud-native intelligence and automation platform that offers REST APIs for accessing AI models, data processing pipelines, and automation workflows. In this guide, we will demonstrate how to connect to Claude using the Zappysys ODBC Driver for REST APIs with API key authentication.
Whether you are using Claude for intelligent document processing, data enrichment, or automated workflows, you will learn how to configure ODBC connectivity without writing custom code. Zappysys ODBC REST driver handles all the complexity, allowing you to query Claude APIs using standard SQL and connect from any ODBC-compatible application.
Prerequisites
- Windows operating system (32-bit or 64-bit).
- Zappysys ODBC Driver for REST APIs is installed on your system.
- An ODBC-compatible client application (Excel, Power BI, Tableau, Python, etc.).
- Claude’s account has API access enabled.
Steps
Generate an API Key in Claude
- Log in to your Cloude.IA account settings.
- Navigate to Settings > API Keys.
- Click Create Key.
- Enter the workspace name (optional).
- Enter a descriptive name for the API key.
- Press Add to generate the token Key.
- Save the API key in a secure location; you won’t be able to view it again.
- Set Up Billing (required): add a payment method via the Billing Settings page.
Creating a new ODBC DSN using ZappySys JSON Driver
- Search for ODBC in the Windows Start menu and open the ODBC Data Source Administrator.

- In the User DSN or System DSN tab, click Add to create a new data source.
- In the ODBC Data Source Setup window, select the ZappySys JSON Driver and click Continue.

Configure the Connection and API Settings
- In the Base URL field, enter:
1https://api.anthropic.com/v1 - Select HTTP as the connection type, then click it to configure it.
- Select Static Token/API Key as the Authentication Type.
- Enter your Claude API key in the API Key field.
- In the Header Name, enter x-api-key.
- In the OAuth Scheme, use none.
- Click OK to save the configuration.
- Set up the HTTP Request Method to POST.
- Use this JSON as the body:
12345678910{"model": "claude-sonnet-4-6","max_tokens": 1024,"messages": [{"role": "user","content": "{YOUR-Message}"}]} - In the Body content type, select JSON(application/json)
- Inside the header, add:
anthropic-version: 2023-06-01 - You can use the Array filter to get the object you need, and you can use $.messages[*].content to get only the message.
- Test the connection to check everything is working fine
Preview the data
- Once your ODBC DSN is configured, go to the preview tab.
- Select the table you want to use.
- Press the Preview data button to see the result.
Conclusion
You now have a secure and reliable ODBC connection to Claude. API Key authentication provides a simple and secure way to connect using the Zappysys ODBC Driver for REST APIs. With this connection configured, you can build powerful data extraction, transformation, and integration workflows using Claude’s intelligence and automation capabilities from any ODBC-compatible application without writing custom code.
Explore the full capabilities of the ZappySys ODBC PowerPack to optimize your data integration tasks. By applying this pattern, you can extend your solution to include additional data sources and create unified reporting across multiple cloud-based APIs.
Need Help?
If you encounter any issues, our support team is here to help:
- Live Chat — Use the chat widget (bottom-right corner of this page)
- Email — support@zappysys.com
- Support Center — Visit the ZappySys Support Portal


