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/searchGET
/v1/asset/{uid}GET
/v1/collectionsGET
/v1/key-infoSearch
POST https://api.woopicx.com/v1/search
Parameters
querySearch query (required)limitResults per page (default: 50, max: 100)offsetPagination offset (default: 0)collectionFilter by collectionmedia_typeFilter by type: image, video, 3dsortSort order: relevance, newest, ratingAsset
GET https://api.woopicx.com/v1/asset/{uid}
Returns asset details including title, URLs, dimensions, and metadata.
Collections
GET https://api.woopicx.com/v1/collections
Returns list of available collections with asset counts.
Rate Limits
Rate limit is set per API key (default: 100 requests/min). Need more? Contact us