icon
Knowledge base - Picnie
Integrations

icon picker
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
0
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
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 ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.