CopyFlow API Documentation

Integrate AI-powered content generation into your applications with our RESTful API

Quick Start

1. Get your API key

Sign up for a CopyFlow account and generate your API key in the dashboard.

2. Make your first request

Use the following example to make your first API call

curl -X POST https://copyflow.pro/api/generate \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "productName": "Wireless Headphones",
    "category": "electronics", 
    "writingStyle": "professional",
    "language": "en",
    "platform": "amazon"
  }'

3. Test it live

Fast Generation

Professional content in under 60 seconds vs hours of manual work

Secure & Reliable

Enterprise-grade security and 99.9% uptime

Multi-Language

Support for 11 languages out of the box

Analytics

Detailed usage analytics and reporting

Code examples

curl -X POST https://copyflow.pro/api/generate \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "productName": "Wireless Headphones",
    "category": "electronics", 
    "writingStyle": "professional",
    "language": "en",
    "platform": "amazon"
  }'

API Endpoints

POST
/api/generate

Generate product content

Parameters

  • β€’ productName
  • β€’ category
  • β€’ writingStyle
  • β€’ language
  • β€’ platform

Response

Generated content object with title, description, SEO data

POST
/api/generate-advanced

Advanced generation with multiple products

Parameters

  • β€’ products[]
  • β€’ options
  • β€’ platform
  • β€’ exportFormat

Response

Array of generated content for each product

GET
/api/user/limits

Get current usage statistics

Parameters

  • β€’ Authorization header

Response

Usage statistics and limits object

Ready to get started?

Join thousands of developers using CopyFlow API to power their applications