Complete REST API for image to video conversion. Built for developers, optimized for performance, designed for scale.
Transform static images into dynamic videos with our powerful API. Built for developers who need reliable, scalable video generation with comprehensive documentation and SDKs.
Clean endpoints with predictable responses and comprehensive error handling
JavaScript, Python, PHP, and more with detailed code examples
99.9% uptime with global CDN and automatic scaling
Clean, predictable REST API with standard HTTP methods and response codes.
Consistent JSON format with detailed error messages and status information.
Interactive API docs with examples, schemas, and live testing capabilities.
/v1/image-to-videoConvert an image to video with AI-powered animation
{
"image_url": "https://example.com/image.jpg",
"duration": 5,
"quality": "high",
"format": "mp4"
}/v1/status/{job_id}Check the status of your video generation job
{
"job_id": "abc123",
"status": "completed",
"video_url": "https://cdn.spicyapi.com/video.mp4",
"created_at": "2024-01-01T12:00:00Z"
}/v1/account/usageMonitor your API usage and remaining balance
{
"spend_usd": 1.50,
"balance_usd": 8.50,
"requests_today": 42,
"monthly_limit": 10000
}const response = await fetch('https://api.spicyapi.com/generatevideo', {
method: 'POST',
headers: {
'Content-Type': 'application/json'
},
body: JSON.stringify({
base64Image: 'base64-encoded-image',
prompt: 'your prompt here',
client_id: 'your-client-id',
api_key: 'your-api-key',
video_length: 5
})
});
const result = await response.json();
console.log(result.request_id);import requests
response = requests.post('https://api.spicyapi.com/generatevideo',
json={
'base64Image': 'base64-encoded-image',
'prompt': 'your prompt here',
'client_id': 'your-client-id',
'api_key': 'your-api-key',
'video_length': 5
}
)
result = response.json()
print(result['request_id'])Create dynamic video content for AI companion and virtual girlfriend applications.
Generate engaging video content for adult entertainment and NSFW platforms.
Build immersive adult entertainment apps with AI-powered video generation.
Sign up today and start converting images to videos within 24 hours of onboarding.