Duply

API

API for smarter, faster image and video generation, editing, scaling, and management

Visit Website

Overview

Duply API provides RESTful endpoints for image/video generation, editing, scaling, and asset management. Key endpoints include POST /generate (AI-driven media creation from prompts), POST /edit (apply filters/effects), POST /scale (resize with aspect ratio preservation), and GET /assets (list stored media). Requests use JSON payloads; responses return JSON metadata or binary media files (JPEG, PNG, MP4). Use cases: social media content creation, e-commerce product image optimization, app integration for in-app media tools, marketing teams generating campaign visuals, and automating media workflows to reduce manual effort.

Example Integration (JavaScript)

script.js JS

fetch('https://duply.co/docs#getting-started-api')
  .then(res => res.json())
  .then(data => console.log(data))
  .catch(err => console.error(err));

Key Features

  • RESTful architecture
  • JSON metadata support
  • Image & video processing
  • Asset management
  • Prompt-based AI generation
  • Aspect ratio-aware scaling

Frequently Asked Questions

? Is Duply API free to use?

Yes, Duply offers a freemium model with a free tier for limited usage; paid plans unlock higher limits and advanced features like priority processing.

? Does Duply API require an API Key?

Yes, you need to sign up for an account on Duply.co to obtain an API key for authenticating all requests.

? What response formats does Duply API support?

Metadata (e.g., job status, asset details) is returned in JSON. Media files (images/videos) are delivered as binary data in common formats like JPEG, PNG, or MP4.

Top Alternatives

Cloudinary API Search Google
Imgix API Search Google

People Also Ask about Duply

Duply vs Cloudinary APIDuply vs Imgix API Duply 2025 review

Tool Info

Pricing Freemium
Category Photography
Platform Public API

Pros

  • Supports both images and videos
  • Simplifies media workflow automation
  • Easy to integrate with apps/services
  • Quick prompt-driven content creation

Cons

  • Freemium tier has rate limits
  • Requires API key authentication
  • Cloud-only (no offline processing option)

More Photography Tools