2 Best APIs for URL-based Input in Nigeria

We've analyzed and compared the top 2 API providers supporting URL-based Input for Nigerian developers and businesses. Find the right infrastructure fit for your startup below.

Written by Editorial Staffs as at 20th June, 2026

All APIs with URL-based Input

2 of 2 selected
Feature
ReSmush.it Image Optimization
Convert Images to PDF API
PricingCompletely free to use. No API key required. Open source.Free: 100 conversions/month. Basic $9/mo: 1,000. Pro $19/mo: 5,000. Enterprise custom.
JPEG Compression
Yes
No
PNG Compression
Yes
No
GIF Optimization
Yes
No
WebP Optimization
Yes
No
URL-based Input
Yes
Yes
File Upload
Yes
No
Quality Control (0-100)
Yes
No
No API Key
Yes
No
JPEG to PDF
No
Yes
PNG to PDF
No
Yes
Multi-image to PDF
No
Yes
Page Size Control
No
Yes
Orientation Control
No
Yes
REST API
No
Yes
Upload-based Input
No
Yes
View Details View Details
++++
ReSmush.it Image Optimization

ReSmush.it Image Optimization

ReSmush.it is a completely free, open source image optimization API that compresses JPEG, PNG, GIF, BMP, and WebP images without requiring any API key, account, or registration. It is one of the most accessible image compression tools available to developers worldwide, including those in Nigeria who need a zero-cost solution for reducing image file sizes in their applications. The API works through a straightforward HTTP request mechanism. Developers submit a source image either as a URL parameter or as a file upload, and ReSmush.it returns a compressed version of the image along with statistics showing the original size, optimized size, and percentage of savings achieved. This makes it trivial to integrate into any server-side workflow, content management system, or image processing pipeline. ReSmush.it supports lossy compression for formats where quality can be traded for file size reduction, and lossless modes for formats that support it. The quality parameter (qlty) accepts values from 0 to 100, giving developers fine-grained control over the compression aggressiveness versus quality tradeoff. A value of 92 is the default and provides an excellent balance for most use cases. The API accepts both URL-based inputs and direct file uploads. For URL-based compression, developers simply append the image URL as a query parameter to the API endpoint. For file uploads, a standard multipart form data POST request is sufficient. This flexibility means it works well for both real-time image optimization and batch processing workflows. For Nigerian developers and startups, ReSmush.it offers a rare combination of zero cost and genuine utility. There are no monthly quotas, no subscription plans, no API keys to manage, and no commercial restrictions. This is particularly valuable for bootstrapped Nigerian startups and independent developers who need to optimize images for their web applications, mobile backends, or content platforms without adding to their operating costs. The service is widely used in the WordPress ecosystem through plugins like WP Smush, which use the ReSmush.it API to automatically compress images on upload. Nigerian WordPress site owners benefit from this integration transparently, getting professional image optimization without any additional configuration or cost. Nigerian digital publishers, news platforms, and e-commerce sites that handle large volumes of images can integrate ReSmush.it to significantly reduce their bandwidth consumption and improve page load times for Nigerian users. Given that many Nigerian users access websites over mobile data connections where data costs are significant, reducing image file sizes has a direct positive impact on user experience and engagement. The open source nature of ReSmush.it means that the service is maintained by the community and has been stable and reliable for years. While it lacks the advanced features of commercial alternatives like Cloudinary or Imgix, for straightforward compression needs it provides excellent value. The simplicity of the API makes integration fast — a typical integration requires only a few lines of code to add automatic image compression to any upload pipeline. ReSmush.it also returns useful metadata in the API response, including the original file size, the final compressed size, the optimization percentage, and the URL of the optimized image on their CDN. This data can be logged and used to monitor the effectiveness of image compression across an application over time.

++++
Convert Images to PDF API

Convert Images to PDF API

The Convert Images to PDF API is a REST API service that converts one or multiple image files (JPEG, PNG, GIF) into PDF documents programmatically. It handles the PDF generation server-side, eliminating the need for developers to install and maintain PDF generation libraries (such as PDFKit, iTextSharp, or wkhtmltopdf) on their own infrastructure. The API accepts image inputs either as URLs pointing to hosted images or as direct file uploads via multipart form data. A single API call can combine multiple images into a single multi-page PDF document, where each image becomes one page of the PDF. This makes it particularly useful for assembling document packages from photo captures, scanned pages, or dynamically generated image content. Page configuration options include paper size (A4, Letter, Legal, and custom dimensions) and orientation (portrait or landscape). Developers can control whether the image fills the page or is centered with margins, and can specify the image positioning within the page frame. These options ensure that the resulting PDFs have professional, consistent formatting appropriate for document delivery and archival. For Nigerian applications, PDF is the de facto standard format for formal document exchange. Nigerian government agencies, banks, insurance companies, and corporate entities all expect documents in PDF format for compliance submissions, contract delivery, and record-keeping. The ability to convert image captures to PDF programmatically enables automated document workflows that would otherwise require manual desktop software intervention. Nigerian KYC (Know Your Customer) workflows in fintech, lending, and banking applications typically require customers to submit identity documents and utility bills. Modern mobile-first KYC flows capture these documents as photographs, but the back-office compliance system expects PDF packages. This API enables automatic conversion of the photo captures into properly formatted PDF documents suitable for compliance review, without requiring a staff member to manually convert files. Nigerian field service companies whose teams capture photographic evidence of work completion (installations, repairs, inspections) can use this API to automatically compile the photos into PDF reports for client delivery. The backend receives the photos, calls the API to combine them into a PDF, and emails the report to the client — creating a fully automated documentation workflow. Nigerian e-commerce platforms that generate receipt and invoice images can convert them to PDF format for customer delivery. Many Nigerian customers expect to receive PDF receipts that they can save, print, or forward to their accountants — the API enables this without requiring the platform to implement PDF generation natively. The freemium pricing model starts with 100 conversions per month for free, sufficient for development and testing. Paid tiers starting at $9/month provide thousands of conversions, appropriate for production applications. The REST API is compatible with any server-side language and requires only standard HTTP client capabilities to integrate. Image quality is preserved in the conversion process — the API does not re-compress or alter the visual fidelity of the input images, ensuring that fine text and details in document photos remain legible in the output PDF. This is critical for KYC and compliance use cases where document readability is a regulatory requirement.