Closed elorenzen-rancho closed 1 year ago
I am trying to call the API using the Python function provided in the documentation
import requests
def query_plain(text, url="http://bern2.korea.ac.kr/plain"): return requests.post(url, json={'text': text}).json()
However, it returns a 500 error. Is there currently a server issue?
I am trying to call the API using the Python function provided in the documentation
import requests
def query_plain(text, url="http://bern2.korea.ac.kr/plain"): return requests.post(url, json={'text': text}).json()
However, it returns a 500 error. Is there currently a server issue?