Integrations - Create
Integrations - Create
Builder
Create offers 50+ built-in integrations (and growing!) to give your apps superpowers. Build
AI-powered features, generate PDFs, display maps, or enhance your UI with component
libraries.
Adding Integrations
Add integrations by:
You can add integrations to your Pages, Components, or Functions. When you add an
integration, you’ll see a special chip in your chat. Create adds the integration code to your
page/component/function.
You need to include the integration in your prompt. You’ll know it’s referenced correctly if you
see a chip in your chat.
Using AI Integrations
Build powerful AI apps with our integrated models. Each integration comes with support out
of box for:
Streaming - AI-generated text appears word by word, real time. You can tell Create not
to stream when you use the integration if you’d rather have it load.
Flexible Prompting - Let Create guess the best prompt or specify the exact prompt
Structured Outputs - Get JSON responses to build dynamic UIs and drive application
logic
Adding AI is simple - just use a slash command, describe how you want to use the AI, and
Create handles hooking it up to your app.
Streaming
By default, responses appear word-by-word as they’re generated, creating an engaging
real-time experience. This works great for chatbots and interactive experiences.
If you prefer to show a loading spinner and display the complete response at once, simply
tell Create “don’t stream the response” in your prompt. This is useful for:
Prompting
Create offers multiple ways to handle AI prompts:
1. Basic Integration
Just include the AI integration (e.g. /[ChatGPT] ) in your message
Create will guess an optimal prompt based on your app’s context
2. Custom Prompts
Specify exactly what you want: “Use /[ChatGPT] with prompt: ‘Analyze this text for
tone’”
Control the exact behavior of the AI
3. Dynamic Variables
Use [brackets] for dynamic values
Example: “Take in a subject line from the user. Then use /[ChatGPT] with prompt:
‘Generate a concise email for [subject line]’”
Create handles all the code to pass variables to your prompts. You can chain
multiple variables
4. Prompt Optimization
Let Create help: “Optimize the prompt for /[ChatGPT]. I want to [your goals]”
Create will craft an effective prompt for your AI integration and include them in the
code to call the integration
Structured Outputs
While AI typically returns raw text, you can request JSON responses for more structured
data handling.
1. Building UIs
// Example: "Generate a recipe as JSON and show UI for each step"
{
"title": "Chocolate Cake",
"steps": [
{"step": 1, "instruction": "Preheat oven..."},
{"step": 2, "instruction": "Mix ingredients..."}
]
}
1. Driving Logic
Important Notes:
Integrations
AI Models
ChatGPT
Process text with OpenAI’s GPT-4o model. Great for summarization, analysis, and
generation. Fast model.
Example prompts:
Build a writing assistant that uses /[ChatGPT] to improve grammar
Example prompts:
Build an app that uses /[Anthropic Sonnet 3.5] to analyze documents (Note:
Example prompt used old name, keeping as is for now)
Create a tool that uses /[Anthropic Sonnet 3.5] to explain complex topics
Make a writing assistant that uses /[Anthropic Sonnet 3.5] for essay
structure
Example prompts:
Build an app that uses /[Google Gemini 1.5] to analyze long documents
Create a tool that uses /[Google Gemini 1.5] for multi-step reasoning
Anthropic Haiku
Add high quality AI capabilities with Anthropic’s fastest model.
Example prompts:
Anthropic Sonnet
Add high quality AI capabilities with Anthropic’s balanced model.
Example prompts:
Anthropic Opus
Claude’s largest model, optimized for complex tasks. Takes longer but provides detailed
responses.
Example prompts:
Make a writing assistant that uses /[Anthropic Opus] for long-form content
Groq
The fastest AI model in Create, powered by Llama 3.
Example prompts:
Cohere Command R+
A scalable LLM built for business applications.
Example prompts:
GPT-4 Vision
Analyze and understand images with AI.
Example prompts:
Let users upload photos and use /[GPT-4 Vision] to describe them
Create a tool that uses /[GPT-4 Vision] to extract text from images
Stable Diffusion v3
Generate images from text descriptions.
Example prompts:
DALL-E 3
Generate high-quality images from text using OpenAI’s latest model.
Example prompts:
Example prompts:
You’ll need to set up your own Replicate API key to use this integration in Create. Full steps
here (2 mins set up time)
Replicate Flux
Generate high-quality images from text descriptions using Replicate’s Flux model.
Example prompts:
You’ll need to set up your own Replicate API key to use this integration in Create.
Ideogram
Generate high-quality AI art and illustrations with advanced style control.
Example prompts:
Minimax
Integrate Minimax video generation capabilities using Replicate’s AI Model Database into
your application.
Example prompts:
You’ll need to set up your own Minimax API key to use this integration in Create.
Hugging Face
Access thousands of AI models and datasets through Hugging Face’s comprehensive API.
Example prompts:
You’ll need to set up your own Hugging Face API key to use this integration in Create.
Perplexity
Access AI-powered question answering and research capabilities.
Example prompts:
You’ll need to set up your own Perplexity API key to use this integration in Create.
AI Tools
Audio Transcription
Convert audio files to text.
Example prompts:
Let users upload audio files and use /[Audio Transcription] to get text
Text-to-Speech
Convert text to natural-sounding speech.
Example prompts:
Markdown Renderer
Display AI-generated markdown content as formatted HTML/React elements.
Example prompts:
Generate a blog post with /[ChatGPT] and display it with /[Markdown Renderer]
Example prompts:
You’ll need to set up your own Replicate API key to use this integration in Create.
LogMeal
Analyze food images and get detailed nutritional information using AI-powered food
recognition.
Example prompts:
Exa AI Search
Search and summarize web content with the Exa API
Example prompts:
You’ll need to set up your own Exa API key to use this integration in Create. Full steps here (2
mins set up time)
Word Cloud
Generate visual representations of text data, highlighting the most frequent words.
Example prompts:
You’ll need to set up your own Word Cloud API key to use this integration in Create.
UI & Design
Chakra UI
Design library with accessible, reusable components.
Example prompts:
shadcn/ui
Modern component library with a clean design system. You can use the full library or
specific components like Calendar, Dialog, or Select. Learn more at shadcn/ui docs.
Example prompts:
Example prompts:
Example prompts:
Example prompts:
OpenWeather API
Access real-time weather data and forecasts for any location worldwide.
Example prompts:
You’ll need to set up your own OpenWeatherMap API key to use this integration in Create.
Weather by City
Display weather information for any location.
Example prompts:
IPstack
Access accurate IP geolocation data for location-aware applications.
Example prompts:
You’ll need to set up your own IPstack API key to use this integration in Create.
SFMTA
Access real-time San Francisco transit data, schedules, and route information.
Example prompts:
You’ll need to set up your own SFMTA API key to use this integration in Create.
Example prompts:
You’ll need to set up your own Veriphone API key to use this integration in Create.
QR Code
Generate QR codes for links and data.
Example prompts:
QR Code Generator
Generate QR codes for various types of data and content.
Example prompts:
URL Shortener
Create and manage shortened URLs with analytics tracking capabilities.
Example prompts:
You’ll need to set up your own URL Shortener API key to use this integration in Create.
Judge0 CE
Execute code in multiple programming languages for building coding platforms and
educational tools.
Example prompts:
You’ll need to set up your own Judge0 CE API key to use this integration in Create.
Time API
Access current time, timezone, and time conversion functionality.
Example prompts:
Dadjoke API
Access a collection of dad jokes for your applications.
Example prompts:
Data
Airtable
Integrate Airtable to manage and organize your data in a flexible and powerful way.
Example prompts:
You’ll need to set up your own Airtable API key to use this integration in Create.
Yelp
Access business information, reviews, and ratings from Yelp’s extensive database.
Example prompts:
You’ll need to set up your own Yelp API key to use this integration in Create.
Alpha Vantage
Access real-time and historical financial market data, including stock prices and technical
indicators, through the Alpha Vantage API.
Example prompts:
You’ll need to set up your own Alpha Vantage API key to use this integration in Create.
Polygon.io
Access real-time and historical financial market data, including stocks, cryptocurrencies,
and forex.
Example prompts:
You’ll need to set up your own Polygon.io API key to use this integration in Create.
Example prompts:
You’ll need to set up your own GitHub personal access token to use this integration in Create.
UPC Database
Access product information using UPC/EAN barcodes for inventory management and
product lookup.
Example prompts:
You’ll need to set up your own UPC Database API key to use this integration in Create.
Nutritionix
Access comprehensive nutrition data and food information through the Nutritionix API.
Example prompts:
You’ll need to set up your own Nutritionix API keys to use this integration in Create.
OpenLibrary
Access millions of books and their metadata through OpenLibrary’s comprehensive
database.
Example prompts:
You’ll need to set up your own OpenLibrary API key to use this integration in Create.
MediaWiki Search
Search and retrieve content from Wikipedia and other MediaWiki-based sites.
Example prompts:
TripAdvisor
Access travel information, including hotels, restaurants, attractions, and user reviews.
Example prompts:
Find top-rated hotels in Paris using /TripAdvisor
You’ll need to set up your own TripAdvisor API key to use this integration in Create.
Example prompts:
Beer API
Access comprehensive beer and brewery data through RapidAPI.
Example prompts:
You’ll need to set up your own RapidAPI key to use this integration in Create.
Example prompts:
Cocktail API
Access recipes and information about cocktails and beverages.
Example prompts:
Files
PDF Generation
Create and download PDFs programmatically.
Example prompts:
Let users fill out a form and use /[PDF Generation] to download it
PDF Parser
Convert PDF files to text.
Example prompts:
Extract text from PDFs using /[PDF Parser]
Document Scanner
Capture and process document images.
Example prompts:
File Conversion
Convert files between different formats.
Example prompts:
Possible inputs include: .html, .doc, .docx, .pptx, .xlsx, .pdf, .png, .jpg, .jpeg
Possible outputs include: .pdf, .png, .jpg, .jpeg, .html
iLovePDF
Integrate iLovePDF capabilities into your application to manipulate PDF files.
Example prompts:
You’ll need to set up your own iLovePDF API key to use this integration in Create.
Media
Pexels
Find and use stock photos and videos seamlessly with the Pexels API
Example prompts:
You’ll need to set up your own Pexels API key to use this integration in Create.
Pixabay
Access high-quality images and videos from Pixabay, a platform that provides a vast
collection of free media for personal and commercial use.
Example prompts:
You’ll need to set up your own Pixabay API key to use this integration in Create.
Full steps here (2 mins set up time)
Tenor
Access millions of GIFs and animated content through Tenor’s comprehensive API.
Example prompts:
You’ll need to set up your own Tenor API key to use this integration in Create.
GIPHY
Access the world’s largest library of GIFs, stickers, and animated content.
Example prompts:
You’ll need to set up your own GIPHY API key to use this integration in Create.
Tavus
Create personalized AI-generated video content at scale using Tavus.
Example prompts:
Generate a personalized video using /Tavus
You’ll need to set up your own Tavus API key to use this integration in Create.
HeyGen
Create professional AI-generated video content with customizable avatars and voices.
Example prompts:
You’ll need to set up your own HeyGen API key to use this integration in Create.
Freesound
Access a vast library of Creative Commons Licensed sounds and audio samples.
Example prompts:
You’ll need to set up your own Freesound API key to use this integration in Create.
Example prompts:
Example prompts:
You’ll need to set up your own MovieDB API key to use this integration in Create.
Example prompts:
Jikan
Access comprehensive anime and manga data through the Jikan API, which provides
information from MyAnimeList.
Example prompts:
You’ll need to set up your own Jikan API key to use this integration in Create.
Currents
Access real-time news and headlines from various sources with the Currents API.
Example prompts:
You’ll need to set up your own Currents API key to use this integration in Create.
News API
Access breaking news headlines and historical articles from over 80,000 sources
worldwide.
Example prompts:
You’ll need to set up your own News API key to use this integration in Create.
Example prompts:
You’ll need to set up your own NYTimes API key to use this integration in Create.
Deezer Music
Access music tracks, artists, albums, and playlists through the Deezer platform.
Example prompts:
Rundown
Access comprehensive sports data, including scores, schedules, standings, and statistics
for various sports leagues.
Example prompts:
You’ll need to set up your own Rundown API key to use this integration in Create.
TikTok Scraper
Access TikTok content, including videos, user information, and trending data.
Example prompts:
You’ll need to set up your own TikTok Scraper API key to use this integration in Create.
Hashtag API
Access trending hashtags and social media analytics through RapidAPI.
Example prompts:
You’ll need to set up your own RapidAPI key to use this integration in Create.
Full steps here (2 mins set up time)
Replicate Levels IO
Access user data and functionalities through the LevelsIO API.
Example prompts:
You’ll need to set up your own LevelsIO API key to use this integration in Create.
Screenshot Layer
Capture high-quality screenshots of any website programmatically.
Example prompts:
You’ll need to set up your own Screenshot Layer API key to use this integration in Create.
Firecrawl
Extract data from any website with automatic browser rendering and scraping.
Example prompts:
Extract product details from this URL using /Firecrawl
You’ll need to set up your own Firecrawl API key to use this integration in Create.
Example prompts:
You’ll need to set up your own Discord bot token to use this integration in Create.
Slack
Integrate Slack messaging capabilities into your application to send messages, manage
channels, and interact with users.
Example prompts:
Lu.ma
Add calendar and event management functionality using Lu.ma’s API.
Example prompts:
You’ll need to set up your own Lu.ma API key to use this integration in Create.
Ko-fi
Integrate Ko-fi to receive donations and support from your community.
Example prompts:
You’ll need to set up your own Ko-fi API key to use this integration in Create.
Ticketmaster
Access comprehensive event, venue, and ticket information through Ticketmaster’s
Discovery API.
Example prompts:
You’ll need to set up your own Ticketmaster API key to use this integration in Create.
FindWork
Access job listings and freelance opportunities through FindWork, a platform that connects
job seekers with employers.
Example prompts:
You’ll need to set up your own FindWork API key to use this integration in Create.
USA Jobs
Access federal job listings and employment opportunities from the U.S. government.
Example prompts:
You’ll need to set up your own USA Jobs API key to use this integration in Create.
HackerEarth
Access coding challenges, assessments, and programming contests for your applications.
Example prompts:
You’ll need to set up your own HackerEarth API key to use this integration in Create.
Suggest edits
Pages Components
Powered by Mintlify