Photo
Access and manipulate image data with support for multiple formats, including metadata extraction, format conversion, and basic image processing operations, suitable for handling profile pictures and general image management tasks.
Get a random photo
Get a random photo from a large list of photos
GET
/
photo
Response
{ "type": "object", "properties": { "url": { "type": "string", "description": "The URL of the photo", "example": "https://example.com/photo.jpg" } }, "required": [ "url" ] }
Authorizations
Authorization
header
required
Authentication token in the format "Bearer <token>"
Try it out
Result
// Result will appear here