Advanced Media Manipulation Platform
Transform images, audio, video, and documents with our blazing-fast API and web tools. Powered by AI for unmatched performance.
5K+
API Calls/Min
99.9%
Uptime
50ms
Avg Response
44+
Media Tools
4+
Media Types
100K+
Monthly Users
import requests
# Oyyi for media processing
api_url = "https://api.oyyi.com/v1/image/resize"
def resize_image(image_path, width, height):
with open(image_path, "rb") as img:
files = "image": img
params =
"width": width,
"height": height,
"keep_aspect": "true"
response = requests.post(api_url, files=files, params=params)
return response.content
# Fast and efficient!
Whether you're a developer looking for API integration or an end-user needing quick results, we've got you covered.
44+
Tools Available
4+
Media Types
100K+
Monthly Users
0.5s
Avg Processing
Our API offers a complete suite of media manipulation tools, with more capabilities being added regularly.
Optimized C++ for blazing-fast image processing, capable of handling thousands of requests per minute.
Over 25 image manipulation functions including resize, crop, filters, watermarks, and advanced compositions.
No hidden costs, no usage limits. Process as many media files as you need without worrying about pricing tiers or rate limits.
Process and convert between JPEG, PNG, WebP, BMP, and TIFF formats with ease.
Simple and intuitive API built with FastAPI, complete with interactive documentation and examples.
Response caching, rate limiting, and asynchronous processing for maximum throughput and reliability.
Coming soon! Convert formats, adjust volume, apply filters, remove noise, and extract audio from video files.
Coming soon! Trim, merge, add subtitles, apply filters, compress, and convert video formats with ease.
Coming soon! Leverage machine learning for smart cropping, object removal, background replacement, and more.
Our RESTful API is designed to be easy to use with any programming language or framework.
curl -X POST "https://oyyi.xyz/api/resize" \
-H "accept: application/json" \
-H "Content-Type: multipart/form-data" \
-F "file=@image.jpg" \
-F "width=800" \
-F "height=600" \
-F "keep_aspect_ratio=true" \
--output resized.jpg
Resize your images to any dimensions while optionally preserving the aspect ratio.
curl -X POST "https://oyyi.xyz/api/grayscale" \
-H "accept: application/json" \
-H "Content-Type: multipart/form-data" \
-F "file=@image.jpg" \
--output grayscale.jpg
Convert your images to grayscale using our Numba-optimized pixel operations for superior performance.
curl -X POST "https://oyyi.xyz/api/watermark" \
-H "accept: application/json" \
-H "Content-Type: multipart/form-data" \
-F "file=@image.jpg" \
-F "watermark_text=Copyright 2025" \
-F "position=bottom-right" \
-F "opacity=0.5" \
--output watermarked.jpg
Protect your images with customizable watermarks, adjusting position and opacity as needed.
curl -X POST "https://oyyi.xyz/api/convert" \
-H "accept: application/json" \
-H "Content-Type: multipart/form-data" \
-F "file=@image.jpg" \
-F "target_format=WEBP" \
--output converted.webp
Convert between image formats to optimize for size, quality, or compatibility with different platforms.
curl -X POST "https://oyyi.xyz/api/audio/convert" \
-H "accept: application/json" \
-H "Content-Type: multipart/form-data" \
-F "file=@audio.mp3" \
-F "target_format=WAV" \
-F "sample_rate=44100" \
--output converted.wav
Convert audio files between formats with options to adjust sample rate, bit depth, and channels.
curl -X POST "https://oyyi.xyz/api/video/trim" \
-H "accept: application/json" \
-H "Content-Type: multipart/form-data" \
-F "file=@video.mp4" \
-F "start_time=00:00:10" \
-F "end_time=00:00:30" \
--output trimmed.mp4
Extract specific segments from video files by specifying start and end timestamps.
Our API is built for speed and reliability, leveraging Numba and Cython for optimized performance.
Requests per minute
Average response time
Uptime guarantee
Numba Acceleration: Just-in-time compilation of Python code to optimized machine code for CPU-intensive operations.
Cython Integration: Critical paths compiled to C for maximum performance in pixel-level operations.
Asynchronous Processing: Non-blocking I/O operations to handle thousands of concurrent requests.
Intelligent Caching: Optimized caching strategies to avoid redundant processing of identical requests.
Distributed Processing: Workload distribution across multiple cores for parallel execution.
Our platform handles a wide range of media formats with specialized tools for each type.
Transform, enhance, and optimize your images with our comprehensive suite of tools.
Edit, convert, and enhance audio files with precision and ease.
Transform, trim, and enhance your videos with powerful processing tools.
Convert, compress, and manipulate document files with ease.
Everything you need to know about our API and how it can transform your media processing workflow.
Yes, Oyyi is completely free to use with no usage limits or hidden costs. We believe in providing powerful media processing tools that are accessible to all developers, regardless of budget.
Our API is optimized for performance using Numba and Cython acceleration. Most operations complete in under 100ms, with many taking less than 50ms. We can handle thousands of requests per minute with our distributed processing architecture.
We're actively developing audio and video processing capabilities and expect to release them in the coming months. Join our mailing list to be notified when these features become available.
While our API is free for everyone, we do offer enterprise-level SLAs and dedicated support for businesses with specific requirements. Contact us for more information about our enterprise offerings.
Getting started is simple! Check out our API documentation for detailed instructions and examples. You can start making API calls immediately with no authentication required.
Absolutely! Our API is designed for production use with 99.9% uptime. Many businesses already rely on our API for their critical media processing needs.
Start using our API today - it's completely free with no usage limits or hidden costs. Process images now, with audio and video capabilities coming soon.
Stay updated on new features, get early access to audio and video processing capabilities, and connect with other developers.