cURL
curl --request GET \ --url https://api.eden.art/v2/creations/search \ --header 'X-Api-Key: <api-key>'
{ "docs": [ "<any>" ], "total": 123, "limit": 123, "pages": 123, "page": 123, "pagingCounter": 123, "hasPrevPage": true, "hasNextPage": true, "prevPage": 123, "nextPage": 123 }
Search for creations using semantic search with CLIP embeddings.
Default Response