Social templates · 1080×1080
Recruitment card layout · photo, logo, title panel (matches video job card)
Playwright · 1080×1080
Job CardcURL
curl -X POST /api/generate \
-H "Content-Type: application/json" \
-H "Authorization: Bearer " \
-d '{
"templateId": "job-card",
"jobTitle": "Marketing Stagiair Concurrentieonderzoek",
"companyName": "Test Company",
"location": "Netherlands",
"companyInfo": {
"logo": "https://cdn.eilandwerk.nl/eilandwerk-prod/company-profiles/58b4b725-04d4-444a-82f0-0822a536955e.jpeg",
"website": "https://testcompany.nl",
"isVerified": true
}
}'Main job title (accent color in bottom panel)
Shown as “bij {company}” under the title
Location meta row with pin icon
Top-right logo tile (like video job card)
Top-left uppercase label
Hours meta row
Salary range meta row (with maxSalary)
Salary range meta row (with minSalary)
Photo background (defaults to island hero image)
Hex color for job title (defaults to green)
Hide subtle eilandwerk.nl mark bottom-right
1080×1080 · Example 1 of 4
/api/template/html?templateId=job-card&jobTitle=Marketing+Stagiair+Concurrentieonderzoek&companyName=Test+Company&location=Netherlands&companyInfo.logo=https%3A%2F%2Fcdn.eilandwerk.nl%2Feilandwerk-prod%2Fcompany-profiles%2F58b4b725-04d4-444a-82f0-0822a536955e.jpeg&companyInfo.website=https%3A%2F%2Ftestcompany.nl&companyInfo.isVerified=trueHTML preview endpoint · 322 bytes query