Build / generate APIs templates

Claude 3 Quickstart Chat API

A Chat API that allows you to immediately integrate any application you're building with the largest anthropic model (Claude Opus) with only your API key. Once you run the app, you can use this app's "/ask-claude" endpoint to send a request to Claude 3 from any application you build.

Icon 1 Icon 1 Icon 1
454
Create Invoice with Stripe API

This app integrates with Stripe API to create and manage invoices. It provides a seamless experience for users to generate invoices and make payments. The backend handles the creation of Stripe customers and invoices, while the frontend includes a JavaScript function to post data to the backend and redirect users to the payment page. A valid Stripe API key is essential for the app's operation.

Icon 1 Icon 1
418
Receive SMS with Twilio SMS API

This app allows users to receive SMS messages using the Twilio SMS API and generate custom responses based on the received message. Users can set a Twilio number to receive the SMS messages and customize responses for specific keywords or phrases. Users can use the URL endpoint generated from this app as a Webhook URL on their Twilio number's messaging configuration so that received messages can be forwarded to this app.

Icon 1 Icon 1
207
Create Discount Code with Shopify API

The app allows users to create price rules and discount codes for their Shopify store using API. Users can provide a base set of data for the price rule, and optionally include additional fields to customize the rule further. The Shopify Admin API token is securely taken from environment variables, ensuring sensitive data is handled properly. Please set the `SHOPIFY_ADMIN_API_TOKEN` in the Env Secrets tab.

Icon 1 Icon 1
177
Search Code Repository using GitHub API by Name or User

This application is a GitHub Code Search tool, employing Flask for the backend and JavaScript with the Octokit library for the frontend. Users can input search queries, and the application fetches results from GitHub's code repository using the GitHub API. The Flask backend handles the API requests, while the JavaScript frontend dynamically displays the search results in a table format. The application provides a user-friendly interface for efficiently searching and browsing code hosted on GitHub. You can search by name or by user by customizing this template. Made by BaranDev[https://github.com/BaranDev]

Icon 1
141
Get All Products with Shopify API

The Shopify Get All Products Downloader is a FastAPI application that connects to a Shopify store using the provided store URL and Shopify API credentials. It retrieves all products from the Shopify store and returns them in JSON format. The app also includes frontend JavaScript code that calls the backend API and downloads the products (all or from a specific collection) which can be used for your storefront. You need to provide SHOPIFY_API_KEY and SHOPIFY_ADMIN_API_TOKEN.

Icon 1 Icon 1 Icon 1
123
Context Aware Chat API

A simple chat API for user interaction with a large language model.

Icon 1
121
News API

The News API app allows users to select news categories and receive a list of 10 headlines from those categories. Made by Barandev[github.com/barandev]

Icon 1
120
Get & Read Email with GMail API

This Python script uses Flask to create a web application that connects to the Gmail API and retrieves the user's unread emails. The script defines two routes: "/" displays the user's unread emails, and "/oauth2callback" is the OAuth 2.0 callback URI. Following api keys need to be set as environment secrets to authenticate with google api: 1. CLIENT_ID 2. CLIENT_SECRET 3. REDIRECT_URI

Icon 1 Icon 1 Icon 1
106

Build / generate APIs

Lazy apps in the API Generators category empower developers and businesses by automating the creation of APIs, making it easier to build, manage, and integrate with external systems. These tools streamline the process of connecting different services, enabling faster development and more efficient workflows. Here’s how they can be useful:

Automated API Creation: Generate APIs with minimal manual coding, allowing teams to quickly build endpoints that connect systems, databases, or applications. Custom API Design: Create tailored APIs based on specific business needs, ensuring seamless integration with internal tools or third-party platforms. Code Generation: Automatically generate backend code for APIs, including documentation, testing frameworks, and version control, reducing development time. API Documentation: Automatically create comprehensive documentation for the generated APIs, making it easier for developers to understand, maintain, and use the APIs effectively. Real-Time Data Access: Build APIs that provide real-time data access to internal systems, ensuring teams have up-to-date information for decision-making and automation processes. Secure Authentication: Integrate security features like OAuth, API keys, and token-based authentication into generated APIs, ensuring secure communication between systems. Scalability: Ensure that APIs are designed to handle high volumes of requests, making them robust enough to support growing business demands without requiring significant manual intervention. Integration with Existing Services: Easily integrate generated APIs with existing platforms, databases, or third-party services, allowing businesses to extend their functionality without starting from scratch. Version Control: Automatically manage different versions of APIs, ensuring smooth transitions during updates or changes, and reducing downtime or compatibility issues. Testing and Debugging: Automate testing for newly generated APIs to ensure they function as expected and handle different data inputs properly before going live. API Generators simplify the process of building, securing, and managing APIs, making it easier for businesses to integrate their services and scale their operations with less effort and technical overhead.