Every example below was generated by typing one sentence into APIBuilderHQ.
https://api.stripe.com/v1/customers
Create a POST request to Stripe to create a customer with email and name
https://api.github.com/users/{{USERNAME}}/repos
Create a GET request to GitHub to list repositories for a user
https://api.openai.com/v1/chat/completions
Create a POST request to OpenAI to send a chat completion with gpt-4o-mini
https://hacker-news.firebaseio.com/v0/topstories.json
Create a GET request to the Hacker News API to fetch the top stories
https://api.twilio.com/2010-04-01/Accounts/{{ACCOUNT_SID}}/Messages.json
Create a POST request to Twilio to send an SMS message
https://api.anthropic.com/v1/complete
Create a POST request to the Anthropic API to send a message using claude-sonnet-4-6
https://api.sendgrid.com/v3/mail/send
Create a POST request to SendGrid to send a transactional email
https://slack.com/api/chat.postMessage
Create a POST request to the Slack API to send a message to a channel
https://discord.com/api/v10/channels/{{CHANNEL_ID}}/messages
Create a POST request to the Discord API to send a message to a channel
https://api.notion.com/v1/pages
Create a POST request to the Notion API to create a new page in a database
https://{{SHOP_NAME}}.myshopify.com/admin/api/2023-10/products.json
Create a GET request to the Shopify Admin API to list all products in a store
https://api.hubapi.com/contacts/v1/contact
Create a POST request to HubSpot to create a new contact
https://maps.googleapis.com/maps/api/geocode/json?address={{ADDRESS}}&key={{GOOGLE_MAPS_API_KEY}}
Create a GET request to the Google Maps Geocoding API to convert an address to coordinates
https://api.spotify.com/v1/search?q={{TRACK_NAME}}&type=track
Create a GET request to the Spotify API to search for a track by name
https://api-m.sandbox.paypal.com/v2/checkout/orders
Create a POST request to the PayPal API to create an order
https://{{BUCKET_NAME}}.s3.amazonaws.com/
Create a GET request to AWS S3 to list all objects in a bucket
https://api.cloudflare.com/client/v4/zones/{{ZONE_ID}}/dns_records
Create a GET request to the Cloudflare API to list all DNS records for a zone
https://{{PROJECT_REF}}.supabase.co/rest/v1/{{TABLE_NAME}}
Create a GET request to Supabase to fetch all rows from a table
https://{{PROJECT_ID}}.firebaseio.com/{{NODE_NAME}}.json?auth={{FIREBASE_TOKEN}}
Create a GET request to Firebase Realtime Database to read data from a node
https://{{APPLICATION_ID}}-dsn.algolia.net/1/indexes/{{INDEX_NAME}}/query
Create a POST request to Algolia to search an index for a query
https://gitlab.com/api/v4/users/{{USER_ID}}/projects
Create a GET request to the GitLab API to list all projects for a user
https://api.resend.com/emails
Create a POST request to Resend to send an email
https://<dc>.api.mailchimp.com/3.0/lists/{{LIST_ID}}/members
Create a POST request to Mailchimp to add a subscriber to a list
https://api.airtable.com/v0/{{BASE_ID}}/{{TABLE_NAME}}
Create a GET request to Airtable to list all records in a table
https://instance_name.salesforce.com/services/data/v57.0/query/?q=SELECT+Id,+FirstName,+LastName,+Email+FROM+Contact
Create a GET request to the Salesforce REST API to query all contacts using SOQL
https://{{YOUR_JIRA_DOMAIN}}/rest/api/3/issue
Create a POST request to the Jira REST API to create a new issue
https://api.linear.app/graphql
Create a POST request to the Linear GraphQL API to create a new issue
https://app.asana.com/api/1.0/tasks
Create a POST request to the Asana API to create a new task
https://api.trello.com/1/cards
Create a POST request to the Trello API to create a new card on a list
https://api.openweathermap.org/data/2.5/weather?q={{CITY_NAME}}&appid={{API_KEY}}
Create a GET request to OpenWeatherMap to get the current weather for a city
https://www.googleapis.com/calendar/v3/calendars/primary/events?maxResults=10&singleEvents=true&orderBy=startTime
Create a GET request to the Google Calendar API to list upcoming events
https://sheets.googleapis.com/v4/spreadsheets/{{SPREADSHEET_ID}}/values/{{RANGE}}
Create a GET request to the Google Sheets API to read values from a spreadsheet
https://api.twitter.com/2/tweets?ids={{USER_ID}}
Create a GET request to the Twitter API v2 to fetch a users recent tweets
https://api.twitch.tv/helix/users?login={{STREAMER_USERNAME}}
Create a GET request to the Twitch API to get information about a streamer
https://www.googleapis.com/youtube/v3/search?part=snippet&q={{KEYWORD}}&type=video&key={{API_KEY}}
Create a GET request to the YouTube Data API to search for videos by keyword
https://www.reddit.com/r/{{SUBREDDIT_NAME}}/top.json
Create a GET request to the Reddit API to fetch the top posts from a subreddit
https://connect.squareup.com/v2/payments
Create a POST request to the Square API to create a payment
https://sandbox.plaid.com/item/public_token/exchange
Create a POST request to the Plaid API to exchange a public token for an access token
https://api.braintreegateway.com/merchants/{{MERCHANT_ID}}/transactions
Create a POST request to the Braintree API to create a transaction
https://api.planetscale.com/v1/databases/{{DATABASE_ID}}/sql
Create a POST request to the PlanetScale API to execute a SQL query
https://data.mongodb-api.com/app/{{YOUR_APP_ID}}/endpoint/data/v1/action/find
Create a POST request to the MongoDB Atlas Data API to find documents in a collection
https://api.replicate.com/v1/predictions
Create a POST request to the Replicate API to run a machine learning model
https://generativelanguage.googleapis.com/v1beta/models/gemini-3.1-pro-preview:generateContent
Create a POST request to Google Gemini API to generate text with gemini-3.1-pro-preview model
https://api.x.ai/v1/chat/completions
Create a POST request to xAI Grok API for a chat completion with grok-4.20 model
https://api.deepseek.com/chat/completions
Create a POST request to DeepSeek API for a chat completion with deepseek-v4-pro model
https://api.mistral.ai/v1/chat/completions
Create a POST request to Mistral AI API for a chat completion with mistral-large-3 model
https://api.groq.com/openai/v1/chat/completions
Create a POST request to Groq API for a fast chat completion with meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8 model
https://api.perplexity.ai/chat/completions
Create a POST request to Perplexity AI API for a chat completion with sonar model
https://api.together.xyz/v1/chat/completions
Create a POST request to Together AI API to run a chat completion with meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8 model
http://localhost:11434/v1/chat/completions
Create a POST request to Ollama local API to generate a completion with llama4 model
https://api-inference.huggingface.co/models/{{MODEL_NAME}}
Create a POST request to Hugging Face inference API to run text generation
https://api.elevenlabs.io/v1/text-to-speech/21m00Tcm4TlvDq8ikWAM
Create a POST request to ElevenLabs API to convert text to speech
https://{{CUSTOM_SUBDOMAIN}}.openai.azure.com/openai/deployments/{{DEPLOYMENT_NAME}}/chat/completions?api-version=2023-05-15
Create a POST request to Azure OpenAI API to send a chat completion
https://bedrock-runtime.us-east-1.amazonaws.com/model/anthropic.claude-3-5-sonnet-20241022-v2:0/invoke
Create a POST request to AWS Bedrock API to invoke Claude model for text generation
https://dashscope-intl.aliyuncs.com/compatible-mode/v1/chat/completions
Create a POST request to Alibaba Qwen API for a chat completion with qwen3.6-plus model
http://localhost:11434/v1/chat/completions
Create a POST request to Google Gemma API via Ollama for text generation
https://api.zhipu.ai/v1/chat/completions
Create a POST request to Zhipu AI GLM-5 API for a chat completion
https://api.moonshot.ai/v1/chat/completions
Create a POST request to Moonshot AI Kimi K2 API for a chat completion
https://api.minimax.com/v2.7/chat/completions
Create a POST request to MiniMax M2.7 API for a chat completion
https://api.fireworks.ai/inference/v1/chat/completions
Create a POST request to Fireworks AI API to run inference on Llama 4 Maverick model
https://{{INDEX_NAME}}-{{PROJECT_ID}}.svc.{{ENVIRONMENT}}.pinecone.io/query
Create a POST request to Pinecone API to query a vector index
https://api.stability.ai/v2beta/stable-image/generate/sd3
Create a POST request to Stability AI API to generate an image with Stable Diffusion
https://api.together.xyz/v1/chat/completions
Create a POST request to Together AI API to run a chat completion with meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8 model
https://api.together.xyz/v1/chat/completions
Create a POST request to Together AI API to run Mistral Large 3 model inference
https://YOUR_QDRANT_INSTANCE_URL/v1/collections/{{COLLECTION_NAME}}/points/search
Create a POST request to Qdrant vector database API to search for similar vectors
https://api.cohere.ai/generate
Create a POST request to Cohere API to generate text with command-r-plus model
https://api.openai.com/v1/chat/completions
Create a POST request to OpenAI API to send an image URL for vision analysis with gpt-5.5 model
https://api.anthropic.com/v1/messages
Create a POST request to Anthropic API to send a Base64 encoded image for vision analysis with claude-opus-4-7
https://generativelanguage.googleapis.com/v1beta/models/gemini-3.1-pro-preview:generateContent
Create a POST request to Google Gemini API to send an image for multimodal vision analysis with gemini-3.1-pro-preview
https://api.together.xyz/v1/chat/completions
Create a POST request to Together AI API to send a Base64 encoded image to Llama 4 Scout Vision model meta-llama/Llama-4-Scout-17B-16E-Instruct for image analysis
https://dashscope-intl.aliyuncs.com/compatible-mode/v1/chat/completions
Create a POST request to Alibaba Qwen Vision API to send an image for multimodal analysis with qwen3.6-plus model
pot.apibuilderhq.com/coffee
Brew a fresh cup using RFC 2324