# JigsawStack ## Docs - [From Prompt to Production](https://jigsawstack.com/docs/additional-resources/ai-dev-tools.md) - [JigsawStack Badge](https://jigsawstack.com/docs/additional-resources/jigsawstack-badge.md) - [Supported Languages](https://jigsawstack.com/docs/additional-resources/languages.md): Complete list of languages supported across JigsawStack APIs - [Security](https://jigsawstack.com/docs/additional-resources/security.md): An overview of JigsawStack security features and practices. - [CSS Selectors](https://jigsawstack.com/docs/additional-resources/selector.md): Example guide to CSS selectors for Web scraping - [Screen Size Preset](https://jigsawstack.com/docs/additional-resources/size-preset.md): The supported screen size presets on JigsawStack APIs. - [Speaker Voice Accents](https://jigsawstack.com/docs/additional-resources/speaker-voices.md): The supported speaker voice accents for the Text to Speech API. - [Embedding](https://jigsawstack.com/docs/api-reference/ai/embedding.md): Generate vector embeddings from various content types including text, images, audio, and PDF files. - [Image Generation](https://jigsawstack.com/docs/api-reference/ai/image-generation.md): Generate an image based on the given text by employing AI models like Flux, Stable Diffusion, and other top models. - [Image Translate](https://jigsawstack.com/docs/api-reference/ai/image-translate.md): Extract and translate text from images into multiple languages. - [Object Detection](https://jigsawstack.com/docs/api-reference/ai/object-detection.md): Recognise objects within an image with great accuracy. - [Prediction](https://jigsawstack.com/docs/api-reference/ai/prediction.md): Forecast a wide range of time series data in seconds with one simple API and no data training. - [AI Scraper](https://jigsawstack.com/docs/api-reference/ai/scrape.md): Scrape any website instantly and get consistent structured data in seconds without writing any css selector code - [Sentiment](https://jigsawstack.com/docs/api-reference/ai/sentiment.md): Perform line by line sentiment analysis on any text with detailed emotion detection. - [Spam Check](https://jigsawstack.com/docs/api-reference/ai/spam-check.md): Perform spam check analysis on a given text in seconds. - [Speech to Text](https://jigsawstack.com/docs/api-reference/ai/speech-to-text.md): Transcribe video and audio files with ease leveraging Whisper large V3 AI model. - [Summary](https://jigsawstack.com/docs/api-reference/ai/summary.md): Generate concise, intelligent summaries of text or documents with AI - [Text to SQL](https://jigsawstack.com/docs/api-reference/ai/text-to-sql.md): Convert natural language to SQL queries for various database types. - [Text Translate](https://jigsawstack.com/docs/api-reference/ai/translate.md): Translate text from one language to another with support for multiple text formats. - [vOCR](https://jigsawstack.com/docs/api-reference/ai/vocr.md): Recognise, describe and retrieve data within an image with great accuracy. - [All Models & APIs](https://jigsawstack.com/docs/api-reference/all-models.md): Complete reference guide to all models and APIs - [Create Voice Clone](https://jigsawstack.com/docs/api-reference/audio/tts/create-clone.md): Create a voice clone from an audio sample for use with the Text-to-Speech API. - [Delete Voice Clone](https://jigsawstack.com/docs/api-reference/audio/tts/delete-clone.md): Delete a voice clone from the list of clones - [List Voice Clones](https://jigsawstack.com/docs/api-reference/audio/tts/list-clones.md): Get a list of voice clones - [Text to Speech](https://jigsawstack.com/docs/api-reference/audio/tts/text-to-speech.md): Transform text into natural-sounding human-like AI voices with low latency and exceptional quality. - [Authentication](https://jigsawstack.com/docs/api-reference/authentication.md): Secure Access to JigsawStack API & SDK. - [Errors](https://jigsawstack.com/docs/api-reference/error.md): JigsawStack uses standard HTTP response codes to indicate the success or failure of an API request. - [Create Prompt](https://jigsawstack.com/docs/api-reference/prompt-engine/create.md): Create a prompt for easy reuse. - [Delete a Prompt](https://jigsawstack.com/docs/api-reference/prompt-engine/delete.md): Deletes a prompt engine. - [List Prompts](https://jigsawstack.com/docs/api-reference/prompt-engine/list.md): List all prompts in your project. - [Get Prompt](https://jigsawstack.com/docs/api-reference/prompt-engine/retrieve.md): Retrieve details of a prompt. - [Run Prompt](https://jigsawstack.com/docs/api-reference/prompt-engine/run.md): Execute a prompt using the prompt id. - [Run Prompt Direct](https://jigsawstack.com/docs/api-reference/prompt-engine/run-direct.md): Run a prompt directly. - [Upload](https://jigsawstack.com/docs/api-reference/store/file/add.md): Upload images, videos and documents effortlessly. - [Delete](https://jigsawstack.com/docs/api-reference/store/file/delete.md): Delete a file. - [Retrieve](https://jigsawstack.com/docs/api-reference/store/file/get.md): Retrieve a file. - [NSFW](https://jigsawstack.com/docs/api-reference/validate/nsfw.md): Quickly detect nudity, violence, hentai, porn and more NSFW content in images. - [Profanity](https://jigsawstack.com/docs/api-reference/validate/profanity.md): Check any text for profanity. - [Spell Check](https://jigsawstack.com/docs/api-reference/validate/spellcheck.md): Check and correct spelling errors in a text. - [AI Search](https://jigsawstack.com/docs/api-reference/web/ai-search.md): Effortlessly search the Web and get access to high-quality results powered with AI. - [HTML To Any](https://jigsawstack.com/docs/api-reference/web/html-to-any.md): Capture screenshots of a website, convert HTML to both image and PDF formats. - [Search Suggestion](https://jigsawstack.com/docs/api-reference/web/search-suggestion.md): Get suggestions for a given query in real time. - [Speech to Text](https://jigsawstack.com/docs/examples/audio/speech-to-text.md): Learn how to use JigsawStack's Speech to Text API to transcribe audio and video files - [Text to Speech](https://jigsawstack.com/docs/examples/audio/text-to-speech.md): Learn how to use the JigsawStack Text to Speech API to convert text into natural speech - [HTML To Any](https://jigsawstack.com/docs/examples/computer-vision/screenshot.md): Learn how to capture website screenshots and generate images or PDFs using JigsawStack's HTML To Any API - [vOCR](https://jigsawstack.com/docs/examples/computer-vision/vocr.md): Extract data from any document type in a consistent structure with fine-tuned vLLMs for the highest accuracy. - [NSFW Detection](https://jigsawstack.com/docs/examples/content-validation/nsfw.md): Learn how to use the JigsawStack NSFW Detection API to identify inappropriate images - [Image Generation](https://jigsawstack.com/docs/examples/core-ai/image-generation.md): Learn how use JigsawStack SDK to generate a images - [Prompt Engine](https://jigsawstack.com/docs/examples/core-ai/prompt-engine.md): Run any prompt and get the optimal model to execute it without worrying about GPUs, tokens, or rate limits—it just works effortlessly. - [Sentiment Analysis](https://jigsawstack.com/docs/examples/core-ai/sentiment.md): Learn how to use the JigsawStack Sentiment Analysis API to analyze text sentiment and emotions - [Text Summarization](https://jigsawstack.com/docs/examples/core-ai/summary.md): Learn how to use JigsawStack's Summarization API to create concise summaries of long-form content - [Prediction](https://jigsawstack.com/docs/examples/data/prediction.md): Learn how to use JigsawStack's Prediction API to forecast time series data - [Text To SQL](https://jigsawstack.com/docs/examples/data/text-to-sql.md): JigsawStack Text to SQL example. - [File Upload](https://jigsawstack.com/docs/examples/file-management/file-upload.md): Learn how to upload files to JigsawStack File Storage and use them across different APIs - [Text Translation](https://jigsawstack.com/docs/examples/translate/text-translation.md): Learn how to use the JigsawStack Translation API to translate text between 100+ languages - [Webhook Intro](https://jigsawstack.com/docs/examples/web/introduction.md): Webhooks on JigsawStack. - [Secure Webhook](https://jigsawstack.com/docs/examples/web/secure.md): Securing your webhook. - [AI Web Scraper](https://jigsawstack.com/docs/examples/web/web-scraper.md): Learn how to use JigsawStack's AI Web Scraper to intelligently extract specific information from any website - [Web Search](https://jigsawstack.com/docs/examples/web/web-search.md): Learn how to use JigsawStack's Web Search API to access high-quality search results with built-in geo search capabilities - [ARES](https://jigsawstack.com/docs/integration/aries.md): JigsawStack AI Search powers ARES for enhanced AI capabilities - [Groq](https://jigsawstack.com/docs/integration/groq.md): Learn how to use Prompt Engine powered by Groq to automate tasks in your application. - [LangChain](https://jigsawstack.com/docs/integration/langchain.md): Unlock the Power of the JigsawStack on LangChain! - [Postman](https://jigsawstack.com/docs/integration/postman.md): Explore and test JigsawStack APIs directly in Postman with our official collection - [Zapier](https://jigsawstack.com/docs/integration/zapier.md): Automate your workflow by connecting JigsawStack's AI capabilities with thousands of apps through Zapier - [Introduction](https://jigsawstack.com/docs/introduction.md): Welcome to the JigsawStack docs! Learn about how to use and integrate small models in your application. - [Introduction](https://jigsawstack.com/docs/quick-start/node/introduction.md): Getting started with JigsawStack Node.js SDK to build AI-powered applications - [Next.js](https://jigsawstack.com/docs/quick-start/node/next.md): Learn how to integrate JigsawStack with Next.js to build AI-powered applications - [Window.ai](https://jigsawstack.com/docs/quick-start/node/window-ai.md): How to integrate JigsawStack with the window.ai API for browser-based AI capabilities - [Introduction](https://jigsawstack.com/docs/quick-start/python/introduction.md): Get started with the JigsawStack Python SDK to build powerful AI applications