Premium API Experience

SpenEmbed
Embed API

Embed movies, TV shows, and anime directly into your applications with our sophisticated, enterprise-grade API designed for premium experiences

Lightning Fast
Secure
Responsive
Easy Integration

Quick Start

Get streaming in under 30 seconds

<iframe src="https://spencerdevs.xyz/movie/533535" width="100%" height="400"></iframe>
Live Demo
Try our embed player with different content types

API Reference

Comprehensive documentation for all available endpoints

GET
/movie/:id
Get an embeddable movie player for any TMDB movie ID

Parameters

NameTypeRequiredDescription
id
string
Required
TMDB movie ID
theme
string
Optional
Custom theme color (hex without #)

Example Request

https://spencerdevs.xyz/movie/533535?theme=00ffc9

Response

Returns an HTML embed player with the requested movie

GET
/tv/:id/:season/:episode
Get an embeddable TV show player for specific episodes

Parameters

NameTypeRequiredDescription
id
string
Required
TMDB TV show ID
season
number
Required
Season number
episode
number
Required
Episode number
theme
string
Optional
Custom theme color (hex without #)

Example Request

https://spencerdevs.xyz/tv/95557/1/1?theme=00ffc9

Response

Returns an HTML embed player with the requested TV episode

GET
/anime/:id/:episode
Get an embeddable anime player using AniList IDs

Parameters

NameTypeRequiredDescription
id
string
Required
AniList anime ID
episode
number
Required
Episode number
theme
string
Optional
Custom theme color (hex without #)

Example Request

https://spencerdevs.xyz/anime/21/1?theme=00ffc9

Response

Returns an HTML embed player with the requested anime episode

Usage Guidelines
Best practices for integrating our embed API

Rate Limits

No rate limits.

Responsive Design

Embeds automatically adapt to container size. Use aspect-video for best results.

Theme Customization

Add ?theme=HEXCOLOR (without #) to customize the player accent color.