Chat with Excel/CSV

Ask questions about spreadsheets and data files using AI. Analyze data, find patterns, and get insights from Excel and CSV files.

Fast
Average 2s response
🛡️
Secure
Enterprise-grade
⏱️
Reliable
99.9% uptime SLA
example.js
REST API
const response = await fetch(
  'https://api.skimming.ai/chat/v1/api/document/xlsx',
  {
    method: 'POST',
    headers: {
      'Authorization': 'Bearer YOUR_API_KEY',
      'Content-Type': 'application/json',
    },
    body: JSON.stringify({
      file_id: 'abc123-def456-ghi789',
      question: 'What are the main points?',
      streaming: false
    })
  }
);
const data = await response.json();
console.log(data);

What's in the API

Powerful features designed to help you build amazing applications with ease.

Multi-Sheet Analysis

Analyze data across multiple worksheets and understand relationships between different data sets.

Statistical Insights

Get AI-powered statistical analysis, trends, and patterns from your spreadsheet data.

Formula Understanding

The AI understands Excel formulas and can explain calculations and their results.

Smart Data Filtering

Ask questions that automatically filter and aggregate data based on your criteria.

Trend Detection

Automatically identify trends, anomalies, and patterns in your numerical data.

Data Summarization

Get instant summaries of large datasets with key metrics and insights highlighted.

Common Use Cases

See how developers are using this API to solve real-world problems.

Data Analysis

Ask questions about your data and get AI-powered insights.

Financial Reports

Analyze financial spreadsheets and extract key metrics.

Inventory Management

Query inventory data and track stock levels.

Sales Analytics

Understand sales trends and patterns from your data.

Forecasting & Budgeting

Ask questions about budget sheets and projections, and extract drivers and assumptions.

KPI Dashboards

Turn messy spreadsheets into clear KPI answers for ops and leadership.

Technical Specifications

Everything you need to know to integrate this API.

Endpoint

Base URL

/v1/chat/v1/api/document/xlsx

HTTP Method

Request type

POST

Authentication

Security method

Bearer Token (API Key)

Rate Limit

Request limits

Based on subscription tier

Frequently Asked Questions

Haven’t got your answer? Contact our support now

How do I get started with this API?

What authentication method does this API use?

What are the required headers?

Does this endpoint support streaming?

What AI models are available?