PICTIFY
★ Workflow

Generate Job Post Card

Generate job post cards for recruiting and social sharing. Design once, render variants via API — the infrastructure layer for programmatic media.

Interactive Editor 1200 x 630px

Interactive template preview — click text elements to edit

Overview

Why teams choose this workflow

1

Hiring content is repetitive and often needs variants per role and channel.

2

Render consistent job cards from your ATS data and publish automatically.

Problems Solved

Manual design per role

Brand inconsistency

Slow updates when details change

Step-by-step workflow

1

Design template

Create a job card layout once.

2

Render from ATS

Use role/team/location variables to generate images.

3

Batch distribute

Generate all openings weekly and share across channels.

Developer Friendly

Automate with API

Trigger this workflow programmatically. Personalized images, generated instantly at scale.

curl -X POST https://api.pictify.io/image \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"html": "<your-template-html>",
"width": 1080,
"height": 1350,
"fileExtension": "png"
}'

Frequently Asked Questions

Can I include salary ranges?
Yes. Add variables like {{salaryMin}}–{{salaryMax}}.