curl https://api.img-src.io/api/v1/settings \
-H "Authorization: Bearer imgsrc_YOUR_API_KEY"
{
"settings": {
"id": "user_abc123",
"username": "johndoe",
"email": "[email protected]",
"delivery_formats": ["webp", "avif", "jpeg"],
"default_quality": 80,
"default_fit_mode": "contain",
"default_max_width": 1920,
"default_max_height": 1080,
"theme": "light",
"language": "en",
"created_at": 1704067200,
"updated_at": 1704067200,
"total_uploads": 150,
"storage_used_bytes": 104857600
}
}
Get user settings and preferences
curl https://api.img-src.io/api/v1/settings \
-H "Authorization: Bearer imgsrc_YOUR_API_KEY"
{
"settings": {
"id": "user_abc123",
"username": "johndoe",
"email": "[email protected]",
"delivery_formats": ["webp", "avif", "jpeg"],
"default_quality": 80,
"default_fit_mode": "contain",
"default_max_width": 1920,
"default_max_height": 1080,
"theme": "light",
"language": "en",
"created_at": 1704067200,
"updated_at": 1704067200,
"total_uploads": 150,
"storage_used_bytes": 104857600
}
}
curl https://api.img-src.io/api/v1/settings \
-H "Authorization: Bearer imgsrc_YOUR_API_KEY"
{
"settings": {
"id": "user_abc123",
"username": "johndoe",
"email": "[email protected]",
"delivery_formats": ["webp", "avif", "jpeg"],
"default_quality": 80,
"default_fit_mode": "contain",
"default_max_width": 1920,
"default_max_height": 1080,
"theme": "light",
"language": "en",
"created_at": 1704067200,
"updated_at": 1704067200,
"total_uploads": 150,
"storage_used_bytes": 104857600
}
}