Sodeom Logo

Sodeom - Private Search Engine

Private search with zero tracking and minimal filtering.

Placeholder API Documentation

Dynamic image fetching & rendering endpoint

Base URL

https://sodeom.com/placeholder

Query Parameters

Example Request

GET request:

https://sodeom.com/placeholder?q=car

Example Response

The endpoint returns an image file directly. You can embed it in HTML:

<img src="https://sodeom.com/placeholder?q=car" alt="Car Image">

Error Handling

Usage in HTML

<!-- Example integration -->
<img src="https://sodeom.com/placeholder?q=mountain" alt="Mountain">