Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.clarifeye.ai/llms.txt

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

Installation

Install the CRF API Client using pip:
pip install --upgrade crf-api-client

Requirements

The client requires Python 3.8 or higher and will automatically install necessary dependencies.

Verification

After installation, verify the client is properly installed:
from crf_api_client.client import CRFAPIClient

print("CRF API Client installed successfully!")