Design Pickle API - Professional Design Request Automation avatar
Design Pickle API - Professional Design Request Automation

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Design Pickle API - Professional Design Request Automation

Design Pickle API - Professional Design Request Automation

Automate your Design Pickle design requests with this powerful Apify actor. Submit design requests, track status, manage brands, and download completed designs - all programmatically via the Design Pickle API. Unlimited Graphic Design Request Automation

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

John Rippy

John Rippy

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Design Pickle - Professional Design Request Automation

Submit, track, and manage professional design requests via Design Pickle API. Perfect for agencies and businesses that need to automate their design request workflows.

Features

  • List Brands - Retrieve all your configured brand profiles
  • List Request Types - See all available design types for your subscription
  • Create Design Requests - Submit new design requests with specifications
  • Track Request Status - Monitor pending, in-progress, and completed designs
  • Update Requests - Append additional information to existing requests
  • Cancel/Complete Requests - Manage request lifecycle
  • Batch Creation - Submit multiple design requests in one run
  • Webhook Support - Send results to Zapier, Make, n8n, or any webhook

Quick Start

{
"input": "your input here"
}

Demo Mode

Set demoMode: true to test with sample data (no charges). When you're ready for real results, set demoMode: false or omit it.

{
"demoMode": true,
...
}

Input Parameters

ParameterTypeRequiredDescription
taskstringYesOperation to perform (see tasks below)
apiKeystringYes*Design Pickle API integration key (*not needed for demoMode)
requestIdstringNoRequest ID for get/update/cancel/complete
requestTypeIdstringNoRequest type ID for filtering or creating
brandIdstringNoBrand ID to associate with request
titlestringNoTitle for new design request
descriptionstringNoDetailed description of design needs
dimensionsstringNoDesired dimensions (e.g., '1080x1080')
fileUrlsarrayNoURLs to reference images/assets
additionalNotesstringNoExtra notes for update_request
statusFilterstringNoFilter: all, pending, in_progress, review, completed, cancelled
maxResultsintegerNoMaximum results to return (default: 20)
batchItemsarrayNoArray of items for batch creation
webhookUrlstringNoURL to send results to
demoModebooleanNoRun with sample data (default: true)

Output Format

Results are saved to the default dataset:

Request Created

{
"task": "create_request",
"success": true,
"request": {
"id": "req_abc123",
"title": "Instagram Post - Product Launch",
"description": "Create an engaging Instagram post...",
"status": "pending",
"brandId": "brand_123",
"brandName": "My Brand",
"requestTypeId": "social_media",
"requestTypeName": "Social Media Graphics",
"dimensions": "1080x1080",
"createdAt": "2025-01-10T12:00:00Z",
"updatedAt": "2025-01-10T12:00:00Z"
}
}

Completed Request with Deliverables

{
"task": "get_request",
"success": true,
"request": {
"id": "req_abc123",
"title": "Instagram Post - Product Launch",
"status": "completed",
"deliverables": [
{
"id": "del_001",
"fileName": "instagram_post_v1.png",
"fileUrl": "https://cdn.designpickle.com/...",
"fileType": "image/png",
"createdAt": "2025-01-11T14:30:00Z"
}
],
"completedAt": "2025-01-11T14:30:00Z"
}
}

Pricing

This actor uses pay-per-event billing: Pay-per-result pricing:

OperationCost
List brands/request types$0.01
Create request$0.05
Get/Update/Cancel/Complete request$0.02
Batch create (per request)$0.05

Use Cases

Marketing Agencies

  • Automate client design request submissions
  • Batch create social media graphics for campaigns
  • Track design queue across multiple clients/brands

E-commerce Operations

  • Automatically submit product image requests
  • Create seasonal promotional graphics at scale
  • Manage design requests for multiple storefronts

Content Teams

  • Schedule recurring design requests
  • Integrate with content calendars
  • Automate blog and social media graphic creation

Automation Workflows

  • Connect Design Pickle to Zapier/Make workflows
  • Trigger design requests from form submissions
  • Auto-submit requests when new products are added

Common Problems & Solutions

"Invalid API key" error

Cause: Your API key is wrong, expired, or doesn't have the right permissions. Fix: Double-check your API key. Make sure you copied it exactly without extra spaces.

"Rate limit exceeded" error

Cause: You've hit the API's rate limits. Fix: Wait a few minutes, then try again. Consider reducing the number of concurrent requests.

Empty or incomplete results

Cause: The target may have anti-scraping protection or the data doesn't exist. Fix:

  • Check if the URL/search query is correct
  • Try with different parameters
  • Some sites may block automated access

Demo data showing instead of real results

Cause: demoMode is still set to true. Fix: Set demoMode: false and provide your API key(s).


Built by John Rippy | Actor Arsenal