Skip to content

API Overview

Sky Style exposes a versioned REST API for external developers. All endpoints are under the v1 base path.

Base URL

https://skystyle.app/api/v1

Available Endpoints

MethodPathDescriptionCredits
POST/recommendAI outfit recommendation2
POST/recweatherRecommendation + full weather in one call3
GET/weatherRaw weather data for coordinates1
GET/closetYour saved closet items1

Authentication

All requests require an API key as a Bearer token. See the Authentication guide for setup instructions.

http
Authorization: Bearer sk_live_YOUR_API_KEY

Response format

All responses are application/json. Error responses always include a top-level error field:

json
{ "error": "lat must be a number between -90 and 90, and lon between -180 and 180." }

See the full Error Reference for status codes.

Sky Style Docs — always in sync with skystyle.app/api/v1