← Back to Home
API Documentation
Comprehensive guides and endpoints
Endpoints
POST /api/embed/resolve
Takes a music URL and returns a normalized JSON object containing metadata and the final embed URL.
{
"url": "https://open.spotify.com/track/..."
}GET /api/oembed?url=...
Returns a standard oEmbed JSON response, useful for embedding in Discord, Notion, or other services.
GET /api/embed?url=...
Returns a raw HTML string with an optimized iframe ready to render on a webpage.
GET /api/og?url=...
Returns a structured JSON object containing Open Graph tags.