{"openapi":"3.1.0","info":{"title":"Pexels API","description":"Pexels API로 수백만 개의 무료 스톡 사진과 영상을 키워드, 색상, 방향으로 검색합니다. 상업적 사용이 무료이며 웹사이트, 앱, 마케팅 콘텐츠 제작에 고품질 비주얼 소스를 제공합니다.","version":"1.0.0","x-fusepie-id":"pexels","x-fusepie-category":"data","x-fusepie-provider":"Pexels"},"servers":[{"url":"https://api.pexels.com/v1","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_pexels","summary":"Pexels API","description":"Pexels API로 수백만 개의 무료 스톡 사진과 영상을 키워드, 색상, 방향으로 검색합니다. 상업적 사용이 무료이며 웹사이트, 앱, 마케팅 콘텐츠 제작에 고품질 비주얼 소스를 제공합니다.","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://www.pexels.com/api/new/"}}},"x-mcp-config":{"mcpServers":{"pexels":{"command":"npx","args":["-y","@fusepie/mcp-pexels"],"env":{"API_KEY":""}}}}}