Integrate powerful AI dataset analysis into your applications with our simple, powerful SDK
Simple API calls to analyze datasets, get results, and download reports
Full TypeScript support with comprehensive type definitions
Advanced AI analysis for data quality, anomalies, and bias detection
Test the FileScope AI SDK right here with your own dataset
Get your API key from the FileScope AI dashboard
const { analyzeFile, isAnalyzing, results, error, progress } = useFileScopeAnalysis('your-api-key'); const handleUpload = async (file) => { await analyzeFile(file, { isPublic: true }); };
const sdk = new FileScopeSDK('your-api-key'); const results = await sdk.analyzeDataset(file, { isPublic: true });
Integrate powerful AI dataset analysis into your applications today