curl --request GET \
--url https://app.pixy.art/api/v1/templates \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "cmmtpl123",
"name": "Sporty Flash Sale Social Media Post",
"thumbnail": "https://assets.example.com/templates/flash-sale.png",
"pagesCount": 1,
"options": {
"width": 1080,
"height": 1080
}
}
],
"total": 125,
"page": 0,
"perPage": 24,
"query": "social"
}Browse public Pixy templates with optional search and pagination.
curl --request GET \
--url https://app.pixy.art/api/v1/templates \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "cmmtpl123",
"name": "Sporty Flash Sale Social Media Post",
"thumbnail": "https://assets.example.com/templates/flash-sale.png",
"pagesCount": 1,
"options": {
"width": 1080,
"height": 1080
}
}
],
"total": 125,
"page": 0,
"perPage": 24,
"query": "social"
}Organization API key passed as a bearer token.
Search public templates by name.
Zero-based page index.
x >= 0Number of templates to return per page.
1 <= x <= 100Filter by promoted templates. Defaults to true.
Successfully returned public templates.
Hide child attributes
Public template identifier.
Template name.
Public thumbnail URL for the template preview.
Number of pages in the template.
Total matching templates.
Zero-based page index.
Page size used for the response.
Normalized search query.
Was this page helpful?