Woopicx

API

Access WoopicX image search via API. All endpoints require an API key.

API Keys

Sign in to manage API keys

Endpoints

All endpoints require X-API-Key header

POST/v1/search
GET/v1/asset/{uid}
GET/v1/collections
GET/v1/key-info

Asset

GET https://api.woopicx.com/v1/asset/{uid}

Returns asset metadata with main file URL. For paid assets, main_url is a signed URL valid for 7 days.

Parameters

formatFile format: png, svg, mp4 (optional, auto-detected)

Response

{ "uid": "abc-123", "title": "Asset title", "media_type": "png", "is_free": true, "main_url": "https://images.woopicx.com/...", "preview_url": "https://...", "main_width": 1920, "main_height": 1080, "format": "png" }

Premium Assets

Assets with is_free: false require active subscription. Returns 403 if no subscription.

Collections

GET https://api.woopicx.com/v1/collections

Returns list of available collections with asset counts. Requires API key.

Available Collections

baseimageGeneral images
base-videovideoStock videos
basic3d3d3D renders and objects
basic-greenimageGreen screen backgrounds
real-estateimageReal estate photos
glass-iconsimageGlass-style icons
abyssimageDark abstract visuals
lets-presentimagePresentation graphics
story-imageimageSocial media stories
tattooimageTattoo designs
mobile-phone-mockupimagePhone mockups

Rate Limits

Rate limit is set per API key (default: 100 requests/min). Need more? Contact us