🌐
Lorem Picsum
picsum.photos
Lorem Picsum
To get an image in the WebP format, you can add .webp to the end of the url. ... Get a list of images by using the /v2/list endpoint. ... The API will return 30 items per page by default.
🌐
Unsplash
unsplash.com β€Ί developers
Unsplash Image API | Free HD Photo API
We trust our API so much, we even run Unsplash.com on it. Whether you’re building an experimental or an advanced app, we make setup easy. Everything you need to search, fetch, and insert beautiful Unsplash images directly into your application with a fully native UI.
Discussions

python - How to create an image to unit test an API - Stack Overflow
How can I create an image that will be accepted by my API from within my unit test? Please refrain from suggesting a file read of an existing image, I have considered this option and chosen not to pursue it as I believe it is a bad practice. Thank you for any help. More on stackoverflow.com
🌐 stackoverflow.com
java - How to write test cases for get image api from external url using rest assured - Stack Overflow
I have a image url which will be my query parameter in the api. Here I am fetching the image by using query parameter and respond back with InputStreamResource. Can anybody help me to write the pro... More on stackoverflow.com
🌐 stackoverflow.com
Need api for free images
maybe https://picsum.photos/ More on reddit.com
🌐 r/webdev
22
15
January 17, 2024
Testing Stability.ai's Image to Video API
Stability released the Image to Video API recently ( https://platform.stability.ai/docs/getting-started/stable-video-diffusion ) and I wanted to test it out. Most of the initial images were generated with SDXL except the cosmic being wearing a red and black hoodie (I made that one myself). The results are "interesting". You can't put a prompt to guide the animation so it is really just a roll of the dice and we are also limited to two seconds. In the end it seems to work best with photoreal initial images and does weird things to graphics/illustrations to the point of making pixel soup which looks very trippy. I applied for the preview for the 3D gens got no reply, anyone get approved for that yet? More on reddit.com
🌐 r/StableDiffusion
1
2
January 8, 2024
🌐
IIIF
iiif.io β€Ί api β€Ί image β€Ί validator
IIIF Image API Validator β€” IIIF | International Image Interoperability Framework
The IIIF Image API validator runs a set of tests against your implementation. You must first download a test image then save and import the test image into your repository, to be served through your IIIF Image service. Once the image is accessible through your IIIF service, you may then run ...
🌐
Builder.io
builder.io β€Ί c β€Ί docs β€Ί image-api
Image API: Optimize & Transform Images Efficiently
This interactive tool provides a way to discover how different parameter combinations affect the output image or photo. It's useful for understanding the wide array of API options, testing various API settings, and generating the desired API ...
Find elsewhere
🌐
Pixabay
pixabay.com β€Ί images β€Ί search β€Ί api testing
1,000+ Free Api Testing & Testing Images - Pixabay
Api testing and testing high resolution images. Find your perfect picture for your project.
🌐
Contentful
contentful.com β€Ί developers β€Ί docs β€Ί references β€Ί images-api
Images API | Contentful Docs
The Contentful Images API allows the retrieval and manipulation of image files referenced from assets.
🌐
Pexels
pexels.com β€Ί api
Free Image and Video API – Pexels
Simply integrate the world's best image and video API into your website, app or project. The API is completely free.
🌐
Freepik
freepik.com β€Ί free-photos-vectors β€Ί api-testing
Api testing Images - Free Download on Freepik
Find & Download Free Graphic Resources for Api testing Vectors, Stock Photos & PSD files. βœ“ Free for commercial use βœ“ High Quality Images #freepik
🌐
Stack Overflow
stackoverflow.com β€Ί questions β€Ί 72299032 β€Ί how-to-write-test-cases-for-get-image-api-from-external-url-using-rest-assured
java - How to write test cases for get image api from external url using rest assured - Stack Overflow
@TestInstance(Lifecycle.PER_CLASS) class ImageResourceTest extends BaseTest { private static final String IMAGE_URL_PARAMETER = "http://asdas.reutyure.asdas.com/AA/pet/images/cat/Test-E0173.svg"; @Test void getImageDetails() throws Exception { // How to write proper test cases for this functionality given() // .header(authHeader()) // .queryParam(IMAGE_URL, IMAGE_URL_PARAMETER) // .when() // .get(contextPath + "/image") // .then() // .statusCode(200); } }
🌐
GitHub
github.com β€Ί samatechtw β€Ί image-api
GitHub - samatechtw/image-api: Image service for optimizing, processing, and storing images
A lightweight service for uploading an image from a client, validating and processing it, and uploading to a URL. Image processing is handled by a Redis task queue.
Starred by 3 users
Forked by 2 users
Languages Β  TypeScript 83.2% | Vue 11.3% | Rust 3.2% | Dockerfile 1.4% | HTML 0.4% | Shell 0.3% | JavaScript 0.2% | TypeScript 83.2% | Vue 11.3% | Rust 3.2% | Dockerfile 1.4% | HTML 0.4% | Shell 0.3% | JavaScript 0.2%
🌐
Templated
templated.io β€Ί blog β€Ί image-apis-to-use-on-your-product
8 Best Image APIs That You Can Use in Product (Image Automation, Stock & Storage APIs)
December 18, 2023 - High-Quality Images: Provides high-resolution images that are ideal as placeholders during the design and testing phases. Flexible Integration: Effortlessly integrates with any project needing placeholder images without complex configurations. The Lorem Picsum API is ideal for web developers who need to quickly populate prototype websites or application interfaces with visual content.
🌐
Alamy
alamy.com β€Ί stock-photo β€Ί api-test.html
Api test hi-res stock photography and images - Alamy
Find the perfect api test stock photo, image, vector, illustration or 360 image. Available for both RF and RM licensing.
🌐
Placid
placid.app β€Ί docs β€Ί 2.0 β€Ί rest β€Ί images
Automate Image Generation - REST API - Placid
Send your data and customizations to the API Β· Poll the GET endpoint for status updates or use a webhook to get the generated image Β· {info} 1 image = 1 credit Β· for canvas sizes up to 4000 px. Switch to test mode for free watermarked previews! // - POST to endpoint `https://api.placid.app/api/rest/images`) { ...
🌐
OCR.space
ocr.space β€Ί ocrapi
Free OCR API
If there is, the API will (rightfully) return a "Not a valid base64 image." error. The links open a text file in the browser: Image Base64 String, TIFF Base64 String, PDF as Base64 string. You can copy and paste the content of these text files directly into the "base64image" field of Postman, or any other test code. Important: The base64 string must start with the content type of the document. For example use data:image/jpeg;base64,data string here, data:image/png;base64,data string here or for PDF documents data:application/pdf;base64,data string here.