Note: This operation does not consume any account credits, but rate limits apply.
- Image elements:
src - Text elements:
text - Path elements:
fill
Request
- Endpoint:
GET /templates/{templateId}/elements/basic - Authorization: Bearer token required
Path Parameters
templateId(string, required): The ID of the design template.
Response
A successful response will return a map of element names to their basic properties.Example Response
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the design template
Response
Basic elements retrieved successfully
A map of element names to their basic properties

