Skip to main content

Introduction

Welcome to Ssiat - the fastest way to generate beautiful OG (Open Graph) images for your website.

What is Ssiat?

Ssiat is an API service that generates dynamic Open Graph images on-demand. Simply make an API request with your content, and receive a beautifully designed image ready for social media sharing.

Why Ssiat?

  • Fast - Images generated in milliseconds via edge computing
  • Beautiful - Professional templates designed for maximum engagement
  • Simple - RESTful API with intuitive parameters
  • Scalable - Built on Cloudflare Workers for global distribution

Quick Example

curl -X POST https://ssiat.dev/api/v1/og/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"template": "blog",
"data": {
"title": "My First Blog Post",
"author": "John Doe"
}
}'

Next Steps