Documentation Index
Fetch the complete documentation index at: https://jigsaw-13.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Core AI
| API | Description |
|---|
| Sentiment Analysis | Analyze text sentiment (positive, negative, neutral) |
| Translation | Translate text between languages |
| Summary | Generate concise text summaries |
| Time Series Prediction | Forecast future values based on historical data |
| Text to SQL | Convert natural language to SQL queries |
| Image Generation | Create images from text prompts |
Web & Search
| API | Description |
|---|
| AI Web Scraper | Intelligent web scraping with AI extraction |
| HTML to Any | Convert HTML to various formats |
| Web Search | AI-powered web search functionality |
Language Models
| API | Description |
|---|
| Interfaze | The LLM built for developers |
Computer Vision
| API | Description |
|---|
| vOCR | Extract text from images |
| Object Detection | Identify and locate objects in images |
Audio Processing
| API | Description |
|---|
| Speech to Text | Convert spoken language to written text |
Content Validation
| API | Description |
|---|
| NSFW Detection | Detect not safe for work content |
| Profanity Check | Filter inappropriate language |
| Spell Check | Detect and correct spelling errors |
| Spam Check | Identify spam content |
File Management
| API | Description |
|---|
| File Storage | Store and manage files in the cloud |
Getting Started
// Example: Using the Sentiment Analysis API
import { JigsawStack } from "jigsawstack";
const jigsaw = JigsawStack({ apiKey: "your-api-key" });
const response = await jigsaw.sentiment({
text: "I love this product!",
});
console.log(result);
// Output: { sentiment: "positive", score: 0.92 }
For detailed usage instructions, code examples, and response formats, click on any API link above.
Need Help?