Canvasmatic
Home
Original Editor
New Editor
Playground
Blog
Open menu
API Playground
Test the Canvasmatic Render API interactively.
Request Configuration
Template ID
API Key (x-api-key)
API Endpoint URL (POST)
cURL Command
Copy
Load Sample
curl --location 'http://13.201.16.149:8080/generate-image-from-template/sample-user-id' \ --header 'Content-Type: application/json' \ --data '{ "modifications": [ { "name": "headline", "text": "Welcome to the Playground!" }, { "name": "profileImage", "image_url": "https://placehold.co/150x150/FF9800/FFFFFF.png" }, { "name": "bio", "text": "Test your API calls here." } ] }'
Response
Copy
API Reference (soon)
Send API Request