Skip to content
icon
Knowledge base - Picnie
  • Pages
    • icon
      Welcome to the knowledge base
    • Tutorials
      • Videos
      • Articles
        • Step-by-Step Guide: Automate Social Media with Pabbly Connect and Picnie
        • Create Images using Google sheets
        • Integrate with 1500+ apps using Pabbly
      • FAQs
    • Integrations
      • Google Sheets
      • Webhook
      • Pabbly Connect
      • Picnie API with Pabbly Connect
      • icon picker
        REST APIs
    • Features
      • Template Editor
      • Media Library
      • Team Members
      • No-Code Tools
    • Product Roadmap
    • Requested Features
    • Product Roadmap
    • Requested Features List
    • Relevant Reading

REST APIs

REST APIs to integrate, automate, and extend the capabilities of Picnie
💡 Here, you'll find detailed documentation on how to leverage Picnie's powerful REST APIs to integrate, automate, and extend the capabilities of our platform. Whether you're a developer looking to enhance functionality or a tech enthusiast exploring the possibilities, our API documentation will guide you through the process step by step.
Let's unlock limitless potential together!

megaphone

This is the public API documentation for Picnie.

All our API calls are sent using JSON format and the responses are in JSON format as well.
Go to to create . All of the API endpoints require an API Key.

APIs List
Search
create-project
get-my-projects
get-template
create-image
create-image-collection
add-watermark-image
resize-image
compress-image
crop-image
filter-on-image
convert-image
create-pdf
API Name
create-project
API Method
POST
Authorization
HEADERS
Authorization: YOUR_API_KEY
Request
{ "name":"Project with API" }
Response
{ "error": false, "message": "Success", "data": [ { "id": "32", "user_id": "2", "name": "Project with API", "type": "Image", "is_active": "1", "datetime_created": "2023-03-18 14:47:36" } ] }

 
Want to print your doc?
This is not the way.
Try clicking the ··· in the right corner or using a keyboard shortcut (
CtrlP
) instead.