API Explorer

Test Seruvo API endpoints directly in your browser. Perfect for exploring the API before integrating it into your applications.

Request

Replace {albumId} and {imageId} with actual IDs

GET

cURL Example

curl -X GET "https://seruvo.onrender.com/api/albums/{albumId}"

Response

Select an endpoint and click "Execute Request" to see the response

Quick Tips

Get Album IDs

In your dashboard, click the <> icon next to any album to copy its ID for API testing.

Public Only

The API only returns data for public albums and images. Private content is protected.

No Auth Required

These read-only endpoints don't require authentication. Perfect for public integrations.