Always Free • No Usage Limits • High Performance

Oyyi

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

api_request.py

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!
              
Web Tool Interface
Image Resize Tool
Browser-based
Width: 800px
Height: 600px
Keep Aspect
No upload needed - processed in your browser!
Two Ways to Process Media

Choose Your Approach

Whether you're a developer looking for API integration or an end-user needing quick results, we've got you covered.

Developer API

  • RESTful API with comprehensive documentation
  • Client libraries for Python, JavaScript, PHP, and more
  • Batch processing capabilities for high-volume needs
  • Webhook support for asynchronous processing

API Performance

Response Time 50ms
Throughput 5,000+ req/min
Uptime 99.9%
View API Docs

Web Tools

  • Browser-based processing with no server uploads
  • Intuitive interface with real-time previews
  • 44+ tools for images, audio, video, and documents
  • Complete privacy - all processing happens locally

Web Tools Stats

44+

Tools Available

4+

Media Types

100K+

Monthly Users

0.5s

Avg Processing

Try Web Tools
Comprehensive Media Processing

Powerful Features

Our API offers a complete suite of media manipulation tools, with more capabilities being added regularly.

High Performance

Optimized C++ for blazing-fast image processing, capable of handling thousands of requests per minute.

Versatile Operations

Over 25 image manipulation functions including resize, crop, filters, watermarks, and advanced compositions.

Always Free

No hidden costs, no usage limits. Process as many media files as you need without worrying about pricing tiers or rate limits.

Multiple Format Support

Process and convert between JPEG, PNG, WebP, BMP, and TIFF formats with ease.

RESTful API

Simple and intuitive API built with FastAPI, complete with interactive documentation and examples.

Optimized Performance

Response caching, rate limiting, and asynchronous processing for maximum throughput and reliability.

Audio Processing

Coming soon! Convert formats, adjust volume, apply filters, remove noise, and extract audio from video files.

Video Processing

Coming soon! Trim, merge, add subtitles, apply filters, compress, and convert video formats with ease.

AI-Powered Enhancements

Coming soon! Leverage machine learning for smart cropping, object removal, background replacement, and more.

Simple Integration

Example Usage

Our RESTful API is designed to be easy to use with any programming language or framework.

Resize an Image

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.

Apply Grayscale Filter

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.

Add Watermark

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.

Convert Image Format

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.

Coming Soon

Audio Format Conversion

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.

Coming Soon

Video Trimming

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.

Blazing Fast

Performance Metrics

Our API is built for speed and reliability, leveraging Numba and Cython for optimized performance.

5,000+

Requests per minute

50ms

Average response time

99.9%

Uptime guarantee

How We Achieve Superior Performance

  • 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.

Benchmark Results

Image Resize (1080p) 45ms
Apply Filters 38ms
Format Conversion 62ms
Watermark Addition 29ms
Comprehensive Support

All Media Types Covered

Our platform handles a wide range of media formats with specialized tools for each type.

Media Processing

Transform, enhance, and optimize your images with our comprehensive suite of tools.

JPEG, PNG, WebP, TIFF
20+ specialized tools
Advanced filters & effects

Audio Processing

Edit, convert, and enhance audio files with precision and ease.

MP3, WAV, FLAC, AAC
8+ specialized tools
Noise reduction & effects

Video Processing

Transform, trim, and enhance your videos with powerful processing tools.

MP4, WebM, AVI, MOV
10+ specialized tools
Compression & filters

Document Processing

Convert, compress, and manipulate document files with ease.

PDF, DOCX, TXT, XLSX
6+ specialized tools
Merge & split capabilities
Questions & Answers

Frequently Asked Questions

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.

No Credit Card Required

Ready to Transform Your Media?

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.

Join Our Developer Community

Stay updated on new features, get early access to audio and video processing capabilities, and connect with other developers.

Made by Meefic