• Prompts
  • Tools
    Prompt GeneratorTop AI Tools
  • Free Guides
  • Products
  • Contact us
  • Blog
  • Prompts
  • Free Guides
  • Products
  • Contact us
  • Blog
Custom Prompts
God of Prompt

About God of Prompt

Cutting-edge AI products for streamlining
your workflow.

XLinkedInYouTubeInstagram

Platform

  • Prompt Library
  • Free Guides
  • Prompt Generator
  • AI Tools
  • Products

Team

  • Support
  • Partnerships

© 2026 God of Prompt. All rights reserved.

Partnerships: [email protected]Privacy PolicyTerms & Conditions

39AI PromptsforAPIs & Integrations

  • All Coding
  • APIs & Integrations
  • App Development
  • Frontend & UI
  • Documentation
  • Debugging
  • DevOps & Deployment
  • Refactoring
  • Database Design
  • App Development prompts
  • Frontend & UI prompts
  • Documentation prompts
  • Debugging prompts
  • APIs & Integrations prompts
  • DevOps & Deployment prompts
  • Refactoring prompts
  • Database Design prompts
  • Functions & Logic prompts
  • Testing prompts
  • Automation Logic prompts
  • Code Review prompts
  • Chatbot Personas prompts
  • Agent System Prompts prompts
  • Agentic Workflows prompts
  • Web Scraping prompts
## Role
You are an API integration architect specializing in production-grade RESTful integrations that handle rate limits, network failures, token expiry, and unpredictable API behavior.

## Task
Generate production-ready JavaScript code that implements a robust RESTful API integration with comprehensive error handling, authentication, retry logic, and graceful degradation.

## Context
{{api-details}}

Assume the API operates in an unreliable environment where requests may fail, tokens expire mid-flight, and transient errors occur. The code must be maintainable, well-commented, and ready for immediate deployment.

## Requirements
- Use the HTTP client specified in the API details (fetch or axios)
- Implement proper HTTP methods with correct request formatting
- Include secure authentication headers for the specified auth method
- Add comprehensive error handling that distinguishes netwo

🛠️API Integration Code Generator

MistralCodingAPIs & Integrations

Generates production-ready JavaScript code for RESTful API integrations with authentication, error handling, retry logic, and graceful degradation. Runs on ChatGPT, Claude, and Cursor.

43
## Role

You are an expert backend architect and NestJS specialist who has built and scaled production-grade APIs for high-traffic applications.

## Task

Guide the creation of a maintainable, scalable, and well-structured API using NestJS best practices. Provide step-by-step guidance with clear explanations and code examples covering:

- Project architecture and optimal folder structure that scales with complexity
- Module organization with proper separation of concerns
- Dependency injection patterns and effective use of NestJS's DI container
- Validation using class-validator and class-transformer
- Error handling with custom exception filters and logging strategies
- Database integration (TypeORM, Prisma, or Mongoose), repository patterns, and transaction management
- Authentication and authorization implementation
- Environment configuration management
- API documentation using Swag

🏛️NestJS API Development Guide

OpenAIChatGPTCodingAPIs & Integrations

Generates step-by-step architectural guidance and code examples for building production-grade NestJS APIs with proper module structure, dependency injection, validation, error handling, database integration, authentication, testing, and deployment strategies. Runs on ChatGPT, Claude, Gemini, and Grok.

31

📖API Integration Guide Generator

GeminiGeminiCodingAPIs & Integrations

Generates step-by-step API integration documentation that walks developers from authentication through production deployment. Runs on ChatGPT, Claude, Gemini, and Grok.

25

🔗CRM-SEO Integration System Designer

OpenAIChatGPTCodingAPIs & Integrations

Designs a technical integration architecture that connects CRM or marketing automation platforms to programmatic SEO pages while preserving search rankings and URL integrity. Runs on ChatGPT, Claude, Gemini, and Grok.

25

🛡️OAuth 2.0 Security Implementation Generator

OpenAIChatGPTCodingAPIs & Integrations

Generates production-ready OAuth 2.0 authorization code with built-in threat modeling, CSRF prevention, and token security measures. Runs on ChatGPT, Claude, and Cursor to deliver RFC 6749-compliant systems with inline security annotations.

23
## Role

You are an expert email infrastructure architect specializing in transactional email systems that achieve enterprise-grade deliverability, template management, error handling, and tracking.

## Task

Design a comprehensive email service implementation strategy tailored to the provided technology stack and requirements. Deliver a step-by-step implementation guide covering:

- SMTP/API integration with the specified email service provider
- HTML template system with dynamic variable interpolation
- Robust error handling with intelligent retry logic
- Comprehensive logging and monitoring
- Delivery confirmation tracking
- Configuration recommendations for deliverability optimization
- Security considerations (SPF, DKIM, DMARC)
- Rate limiting strategies
- Troubleshooting protocols for common failure scenarios

Address edge cases, scalability under load, and sender reputation manage

📧Email Service Architecture Design Prompt

OpenAIChatGPTCodingAPIs & Integrations

Generates a complete implementation strategy for transactional email systems, covering SMTP/API integration, template management, error handling, deliverability optimization, and tracking. Runs on ChatGPT, Claude, Gemini, and Grok.

22
## Role

You are an expert REST API architect with deep knowledge of resource-based design, HTTP semantics, and stateless web service patterns.

## Task

Design a complete, production-ready CRUD REST API for the specified resource. Deliver endpoint specifications, HTTP verb mappings, request/response schemas, status codes, validation rules, error handling patterns, and database operation logic.

## Context

**Resource & stack:**
{{api-specification}}

Analyze the resource structure, identify relationships, and systematically build each endpoint. URLs must represent resources and hierarchies clearly. Maintain consistency across all operations. Follow RESTful conventions: resource-based URLs, proper HTTP verbs, stateless communication, and standards-compliant behavior.

## Output

Organize your response with clear headings for each CRUD operation:

### CREATE (POST)
- URL pattern with rout

🛠️Build REST API Endpoints

OpenAIChatGPTCodingAPIs & Integrations

Generates production-ready CRUD REST API specifications with endpoint patterns, HTTP verb mappings, request/response schemas, status codes, validation rules, and database operation logic. Runs on ChatGPT, Claude, and Cursor for code output.

22

🛡️Webhook Integration Development Prompt

OpenAIChatGPTCodingAPIs & Integrations

Generates production-ready webhook listener code with signature validation, idempotency, error handling, and security hardening for ChatGPT, Claude, and Cursor. Outputs complete implementations for Next.js and Express endpoints tailored to your stack.

20

🛡️Secure Webhook Handler Builder

OpenAIChatGPTCodingAPIs & Integrations

Generates production-grade webhook receiver code with signature verification, idempotent processing, and defense against replay attacks and malicious payloads. Runs on ChatGPT, Claude, and Cursor to output hardened server-side implementations.

17
## Role

You are an expert full-stack security architect specializing in enterprise authentication systems for regulated industries. You design auth flows that balance defense-in-depth security with seamless user experience, treating every system as mission-critical infrastructure.

## Task

Create a complete, production-ready authentication system including:

- Secure login/signup forms with real-time validation
- Password reset flows and session management
- Rate limiting, CSRF protection, and XSS prevention
- Optional 2FA and brute-force mitigation
- Admin dashboard and route protection middleware
- Audit logging and comprehensive error handling

Use React/Next.js 14, TypeScript, Tailwind CSS, JWT tokens, bcrypt hashing, Prisma ORM, and PostgreSQL. Provide reusable UI components, secure API routes, proper database schemas, and testing strategies for security edge cases. Focus on scala

🔒Build Authentication Systems

MistralCodingAPIs & Integrations

Generates a production-ready authentication system with secure login, signup, password reset, 2FA, session management, and route protection middleware. Outputs complete React/Next.js 14 code with TypeScript for ChatGPT, Claude, or Cursor.

17
## Role

You are an expert data transformation engineer specializing in XML-to-JSON conversion, structured data migration, and cross-platform data interoperability.

## Task

Analyze the provided XML samples and generate clean, efficient transformation code that converts XML to JSON while preserving data hierarchy and meeting modern API standards.

## Context

XML's element-attribute model requires careful mapping to JSON's key-value structure. Handle:

- Namespaces and namespace declarations
- XML attributes (convert using the specified convention)
- Mixed content and nested hierarchy
- Array detection where multiple elements share the same name
- Repeating elements that must become JSON arrays

Follow these conversion principles:

- XML elements → JSON objects or keys
- Attributes → special properties per the specified convention
- Namespace information → preserve or strip as specified

🔄XML to JSON Conversion Code Generator

MistralCodingAPIs & Integrations

Generates transformation code that converts XML structures to clean JSON while preserving data hierarchy, handling attributes and namespaces, and detecting arrays. Runs on ChatGPT, Claude, and Cursor.

17

🔗WebSocket Client Implementation Prompt

GrokGrokCodingAPIs & Integrations

Generates a production-ready WebSocket client implementation guide with RFC 6455 compliance, automatic reconnection, error handling, and lifecycle management. Runs on ChatGPT, Claude, and Cursor to produce structured code and architecture patterns.

15

🔍GraphQL Query Builder Prompt for API Integration

OpenAIChatGPTCodingAPIs & Integrations

Generates production-ready GraphQL queries with proper syntax, variable definitions, authentication configuration, and error handling. Outputs executable code for ChatGPT, Claude, or Cursor in your chosen language.

15

🛠️Mock API Response Generator for RESTful APIs

OpenAIChatGPTCodingAPIs & Integrations

Generates production-grade mock API responses with proper HTTP status codes, headers, JSON structures, pagination, and error handling. Runs on ChatGPT, Claude, and other text-based AI models.

15
## Role

You are an API architecture auditor specializing in pattern-based code review. You identify structural and architectural flaws in API integrations before they reach production—misconfigured authentication, inefficient call patterns, missing error handling, rate limit violations, and RESTful anti-patterns that cause cascading failures.

## Task

Review the provided API implementation against established design patterns and best practices. For each API call, deliver a structured analysis covering endpoint structure, authentication, parameters, error handling, rate limiting, and architectural correctness. Flag pattern violations and recommend specific fixes.

## Context

{{implementation-details}}

If documentation or code samples are missing, request them explicitly before proceeding.

## Review Criteria

- RESTful conventions: correct HTTP verbs, resource naming, idempotency
- Au

♟️API Architecture Audit Prompt

OpenAIChatGPTCodingAPIs & Integrations

Generates structured architectural reviews of API implementations, identifying pattern violations, authentication flaws, and error-handling gaps. Runs on ChatGPT, Claude, Gemini, and Grok.

14
## Role

You are an expert API integration architect applying API-first design principles. You analyze app requirements to create integration roadmaps that prioritize data flows, user workflows, and business dependencies.

## Task

Analyze the provided app specifications and deliver a comprehensive integration roadmap. Organize all recommended integrations by purpose categories: payment processing, authentication, analytics, communication, storage, and any others relevant to the use case.

For each integration recommendation, specify:
- **Integration name** and provider
- **Purpose**: what capability it provides
- **Workflow fit**: how it serves user journeys or business needs
- **Dependencies**: what must exist first or integrate alongside
- **Alternatives**: viable substitutes worth considering

## Context

Integrations must serve clear user or business needs, not be added arbitrarily.

🛠️API Integration Roadmap Analyzer for App Development

DeepSeekDeepSeekCodingAPIs & Integrations

Analyzes app specifications and generates a structured API integration roadmap organized by purpose category - payment, authentication, analytics, communication, storage - detailing dependencies, workflow fit, and alternatives. Runs on ChatGPT, Claude, Gemini, and Grok.

13

🌱Build API Polling System

ClaudeClaudeCodingAPIs & Integrations

Generates a complete API polling architecture with adaptive intervals, authentication handling, and rate-limit management. Produces working code for ChatGPT, Claude, or Cursor based on endpoint complexity and service constraints.

12

🔒OAuth Client Credentials Implementation Generator

MistralCodingAPIs & Integrations

Generates production-ready OAuth 2.0 Client Credentials Grant code with automatic token refresh, error handling, and security best practices. Runs on ChatGPT, Claude, and Cursor.

12
## Role

You are an Integration Architect specializing in API-first architecture and composable systems. You help users discover and implement strategic integration opportunities that transform standalone applications into connected hubs within larger ecosystems.

## Task

Guide the user through a multi-phase discovery and planning process to identify, prioritize, and plan API integrations for {{app-description}}. Adapt the conversation depth (3-15 phases) based on app complexity, number of potential integration points, technical sophistication required, and business impact potential.

**Phase scaling:**
- Simple apps with clear integrations: 3-5 phases
- Multi-feature apps with diverse users: 6-8 phases
- Platform-level applications: 9-12 phases
- Ecosystem transformation projects: 13-15 phases

## Context

Before recommending integrations, understand: What does their app actually do? W

🌐API Integration Strategy Planner for Software Teams

ClaudeClaudeCodingAPIs & Integrations

Identifies and prioritizes API integration opportunities for applications through guided discovery, workflow mapping, and technical planning. Runs on ChatGPT, Claude, Gemini, and Grok.

12
## Role

You are an expert API integration specialist designing pagination solutions for high-traffic applications.

## Task

Create a complete, production-ready pagination implementation guide that handles automatic page fetching, result aggregation, error recovery, and performance optimization.

## Context

{{api-requirements}}

## Requirements

**Analysis & Architecture**
- Identify the pagination scheme (offset-based, cursor-based, or link-based) and design the optimal retrieval pattern
- Build iterator or generator patterns that automatically fetch subsequent pages while respecting rate limits
- Implement stopping conditions that accurately detect final pages or target result counts

**Implementation Components**
- Result aggregation that efficiently combines data from multiple pages without memory overflow
- Comprehensive error handling for empty pages, malformed responses, network

🔄API Pagination System Design Prompt

MistralCodingAPIs & Integrations

Generates production-ready pagination implementations with automatic page fetching, error recovery, and performance optimization for high-traffic APIs. Runs on ChatGPT, Claude, and Cursor.

12

🔒OAuth 2.0 Token Refresh Flow Implementation Guide

OpenAIChatGPTCodingAPIs & Integrations

Generates a complete implementation guide for OAuth 2.0 refresh token flows that automatically handle token expiration, maintain user sessions, and prevent race conditions. Produces production-ready code examples for ChatGPT, Claude, and Cursor.

12

🔄Map Payload Fields for API Integration

OpenAIChatGPTCodingAPIs & Integrations

Generates a comprehensive field mapping implementation guide that transforms source data structures to match target API schemas, including transformation logic, validation rules, and edge case handling. Runs on ChatGPT, Claude, Gemini, and Grok.

12

🔧API Error Handling System Design Prompt

ClaudeClaudeCodingAPIs & Integrations

Generates a complete RFC 7807-compliant error standardization system that transforms inconsistent third-party API errors into structured, actionable responses. Runs on ChatGPT, Claude, Gemini, and Grok to produce production-ready parsers, exception hierarchies, and integration guides.

11
## Role

You are an expert distributed systems engineer specializing in resilient API integration patterns.

## Task

Implement production-grade API retry logic with exponential backoff for {{api-context}}. The solution must prevent retry storms, respect rate limits, and fail gracefully under pressure.

## Context

API failures cascade into business disruptions when retry logic is naive. Aggressive retries transform minor issues into catastrophic outages. Rate limit violations trigger escalating penalties and potential account suspension. The implementation must treat server constraints as hard boundaries.

## Requirements

**Exponential Backoff Strategy:**
- Calculate delays as 1s, 2s, 4s, 8s with jitter to prevent thundering herd
- Maximum 5 retry attempts, cap delay at 32 seconds
- Always honor `Retry-After` headers when present—they override backoff calculations

**Rate Limit Handlin

🔄API Retry Logic with Exponential Backoff Generator

OpenAIChatGPTCodingAPIs & Integrations

Generates production-ready API retry code with exponential backoff, rate limit parsing, and circuit breaker patterns. Runs on ChatGPT, Claude, and Cursor to output structured, integration-ready code.

11
MarketingDesignEducationFinanceSalesCodingWritingSEOStrategyProductivityOperationsHuman ResourcesResearchLegalData AnalysisReal EstateCustomer ServiceCareersAudioAI AgentsVideo

What are AI prompts for APIs & Integrations?

AI prompts for APIs & Integrations are engineered instructions that already work — not one-line questions. Each one fixes the role, the context, the task and the output format before you type a word, so you get a usable result on the first run instead of the fourth.

They cover the work APIs & Integrations actually get asked for: research and briefs, copy and content, analysis and reporting, planning, outreach and the admin that eats the day. Open a card to see the full prompt and the output it returns.

39 on this page, every one scoped to APIs & Integrations — free to read, free to copy.

Why these prompts work for APIs & Integrations

A weak prompt costs you the hour you were trying to save: you rewrite it three times, get something generic, then finish the job by hand. An engineered prompt front-loads that thinking once.

In APIs & Integrations that means first drafts you can send, analysis you can act on, and the repetitive work handed off — so the time goes into judgement instead of typing.

Every prompt here was written for a real job and tested against the models people actually use. Nothing scraped from a thread.

How to use these prompts

Open a prompt, copy it, and replace the [bracketed] variables with your own product, audience or topic. The structure around them stays as is — that structure is the part doing the work.

Paste it into ChatGPT, Claude, Gemini, Grok or the model you already use. If the output drifts, tighten the context line instead of rewriting the whole prompt.

No account needed to copy one. No setup, no extension, nothing to install.

Which AI tool works best for APIs & Integrations prompts?

Text prompts here run well in ChatGPT, Claude, Gemini and Grok; image prompts target Midjourney and Nano Banana. Each card lists the models it was tested with.

Are these AI prompts free to use?

A big part of the library is free: open a prompt, copy it, use it. Premium packs and the Complete AI Bundle unlock the full collection with lifetime updates.

How do I adapt these prompts to my use case?

Start with the [variables]: niche, audience, constraints. If the result still misses, add one example of the output you want — a single good example beats three extra instructions.

For a prompt built from scratch, the Start Now card above opens the custom prompt generator.

Related resources

ChatGPT Prompts for APIs & IntegrationsClaude Prompts for APIs & IntegrationsGemini Prompts for APIs & IntegrationsGrok Prompts for APIs & IntegrationsAPIs & Integrations AI Prompts for SolopreneursAPIs & Integrations AI Prompts for EntrepreneursAPIs & Integrations AI Prompts for Business Owners