API Documents and SDKs

Accessing the Clavata API Documentation

Our comprehensive API documentation is available at api.docs.clavata.net. This resource provides detailed information on all available endpoints, including:

  • Job Management: Create, retrieve, and manage jobs.

The documentation includes request/response schemas, authentication methods, and usage examples to assist in integrating Clavata's capabilities into your applications.


🧰 Available SDKs

To streamline integration, Clavata.ai offers SDKs in the following languages:

JavaScript / TypeScript

  • Package: @clavata/sdk
  • Installation:
npm install @clavata/sdk
  • Repository: Available on npm.

This SDK provides TypeScript definitions and is suitable for Node.js and browser environments, facilitating seamless integration into JavaScript applications.


Python

  • Package: clavata-sdk
  • Installation:
pip install clavata-sdk
  • Repository: Available on PyPI.

The Python SDK enables developers to interact with Clavata's API using Pythonic constructs, simplifying tasks such as job submission and policy management.


For detailed guides on utilizing these SDKs, refer to our Getting Started Guide.

If you require further assistance or have specific questions about integrating Clavata.ai into your projects, feel free to ask!

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.