FileScope AI SDK

FileScope AI SDK

Integrate powerful AI dataset analysis into your applications with our simple, powerful SDK

For Developers
For Data Scientists
For Engineers

Easy Integration

Simple API calls to analyze datasets, get results, and download reports

Type Safe

Full TypeScript support with comprehensive type definitions

AI Powered

Advanced AI analysis for data quality, anomalies, and bias detection

Try It Out!

Test the FileScope AI SDK right here with your own dataset

API Key

Get your API key from the FileScope AI dashboard

Dataset Upload

Analysis Methods

Using React Hook

Using SDK Directly

Code Examples

React Hook Usage

const { analyzeFile, isAnalyzing, results, error, progress } = useFileScopeAnalysis('your-api-key');

const handleUpload = async (file) => {
  await analyzeFile(file, { isPublic: true });
};

Direct SDK Usage

const sdk = new FileScopeSDK('your-api-key');
const results = await sdk.analyzeDataset(file, { isPublic: true });

Ready to Get Started?

Integrate powerful AI dataset analysis into your applications today