{"openapi":"3.1.0","info":{"title":"Unsplash 무료 이미지","description":"Unsplash API는 400만 장 이상의 고해상도 무료 이미지를 검색·다운로드할 수 있습니다. 키워드 검색, 컬렉션 탐색, 랜덤 이미지 조회를 지원하며, 시간당 50건 무료 호출, 블로그 썸네일 자동 생성, 디자인 도구, 콘텐츠 플랫폼에 활용됩니다.","version":"1.0.0","x-fusepie-id":"unsplash","x-fusepie-category":"data","x-fusepie-provider":"Unsplash"},"servers":[{"url":"https://api.unsplash.com","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_unsplash","summary":"Unsplash 무료 이미지","description":"Unsplash API는 400만 장 이상의 고해상도 무료 이미지를 검색·다운로드할 수 있습니다. 키워드 검색, 컬렉션 탐색, 랜덤 이미지 조회를 지원하며, 시간당 50건 무료 호출, 블로그 썸네일 자동 생성, 디자인 도구, 콘텐츠 플랫폼에 활용됩니다.","parameters":[{"name":"q","in":"query","description":"Search query or main parameter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}}},"security":[{"apiKey":[]}]}}},"components":{"securitySchemes":{"apiKey":{"type":"apiKey","in":"header","name":"Authorization","description":"Get your API key from: https://unsplash.com/developers"}}},"x-mcp-config":{"mcpServers":{"unsplash":{"command":"npx","args":["-y","@fusepie/mcp-unsplash"],"env":{"API_KEY":""}}}}}