---
title: "Render Character For Bots"
method: GET
path: "/seo/character/{character_id}"
tags: ["seo"]
---

# Render Character For Bots

`GET /seo/character/{character_id}`

Serve a minimal HTML page with OG meta tags for social media bots.

When social bots (Twitter, Facebook, Discord, etc.) crawl a character URL,
this endpoint returns character-specific OG tags so share previews show
the character's name, description, and avatar instead of generic site info.

For normal browsers, the frontend SPA handles rendering.

## Path parameters

- `character_id` string, required

## Response `200`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/meganova/apis/fastapi.md) · [All operations](https://skmtc.net/meganova/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meganova/fastapi/revisions/2b2bab8b9017/schema)
