-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the ASE Annotation WebService wiki!
Here, you will find all the information about the Annotation WebService project.
To view the project, please use the following links -
Our public domain: https://ase-service-1.iugkfeabdb168.eu-central-1.cs.amazonlightsail.com/
Our demo frontend: https://container-service-2.iugkfeabdb168.eu-central-1.cs.amazonlightsail.com/
Our demo docker-compose: - navigate to "src" folder in this repo and type "docker-compose up" (docker-compose.yml) -> frontend can be reached on http://localhost:3007 \n -> php endpoint can be reached on http://localhost:8089/api/v1
This comment would not exist in a real application. The secret to use is: hsdiwu8&%$$
curl --location --request POST 'http://localhost:8089/api/v1/finetune'
--form 'lang="python"'
--form 'code="cHJpbnQoIjEyMyIp"'
--form 'secret="XXXXXXXX"'
cHJpbnQoIjEyMyIp is the python code base64encoded
curl --location --request POST 'http://localhost:8089/api/v1/highlight'
--form 'lang="python"'
--form 'code="cHJpbnQoIjEyMyIp"'
--form 'secret="XXXXXXXX"'
--form 'mode="json"'