Documentation v2.0

Clip2Prompt Docs

Everything you need to master AI prompt generation

Quick Start
1

Sign Up

Create your free account in seconds

2

Upload Image

Drag and drop or browse to select

3

Generate Prompts

Get AI-optimized prompts instantly

Code Examples

Get started with our API in your favorite language

example.js
// Initialize Clip2Prompt API
const Clip2Prompt = require('clip2prompt');

const client = new Clip2Prompt({
  apiKey: process.env.CLIP2PROMPT_API_KEY
});

// Analyze an image
const result = await client.analyze({
  image: './path/to/image.jpg',
  models: ['midjourney', 'dalle3']
});

console.log(result.prompts);

Additional Resources

GitHub Repository

Explore our open-source SDKs and contribute to the project

API Playground

Test our API endpoints directly in your browser

Support Center

Get help from our team and community

Last updated: January 15, 2024