curl https://api.img-src.io/api/v1/images?limit=20&offset=0 \
-H "Authorization: Bearer imgsrc_YOUR_API_KEY"
{
"images": [
{
"id": "img_abc123",
"url": "https://img-src.io/i/username/photo.jpg",
"paths": ["photo.jpg"],
"content_type": "image/jpeg",
"size": 1234567,
"width": 4000,
"height": 3000,
"created_at": 1704067200
}
],
"total": 150,
"limit": 20,
"offset": 0
}
List all images for the authenticated user
curl https://api.img-src.io/api/v1/images?limit=20&offset=0 \
-H "Authorization: Bearer imgsrc_YOUR_API_KEY"
{
"images": [
{
"id": "img_abc123",
"url": "https://img-src.io/i/username/photo.jpg",
"paths": ["photo.jpg"],
"content_type": "image/jpeg",
"size": 1234567,
"width": 4000,
"height": 3000,
"created_at": 1704067200
}
],
"total": 150,
"limit": 20,
"offset": 0
}
curl https://api.img-src.io/api/v1/images?limit=20&offset=0 \
-H "Authorization: Bearer imgsrc_YOUR_API_KEY"
{
"images": [
{
"id": "img_abc123",
"url": "https://img-src.io/i/username/photo.jpg",
"paths": ["photo.jpg"],
"content_type": "image/jpeg",
"size": 1234567,
"width": 4000,
"height": 3000,
"created_at": 1704067200
}
],
"total": 150,
"limit": 20,
"offset": 0
}