{"openapi":"3.1.0","info":{"title":"DeepL 번역 API","description":"DeepL API는 33개 언어 간 고품질 신경망 번역을 제공합니다. 특히 유럽어-한국어 번역 품질이 뛰어나며, 용어집(Glossary) 기능으로 특정 용어 번역을 고정할 수 있습니다. 월 500,000자 무료 제공, 문서·웹사이트 번역에 활용됩니다.","version":"1.0.0","x-fusepie-id":"deepl-translate","x-fusepie-category":"ai","x-fusepie-provider":"DeepL"},"servers":[{"url":"https://api-free.deepl.com/v2","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_deepl_translate","summary":"DeepL 번역 API","description":"DeepL API는 33개 언어 간 고품질 신경망 번역을 제공합니다. 특히 유럽어-한국어 번역 품질이 뛰어나며, 용어집(Glossary) 기능으로 특정 용어 번역을 고정할 수 있습니다. 월 500,000자 무료 제공, 문서·웹사이트 번역에 활용됩니다.","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.deepl.com/pro#developer"}}},"x-mcp-config":{"mcpServers":{"deepl-translate":{"command":"npx","args":["-y","@fusepie/mcp-deepl-translate"],"env":{"API_KEY":""}}}}}