The endpoints are documented below. Have fun! :)
POST https://api.jebel.ro/face-recognition/coords/
Params: "token", "image"
POST https://api.jebel.ro/face-recognition/crop/
Params: "token", "image", "width", "height"
POST https://api.jebel.ro/face-recognition/blur/
Params: "token", "image"
POST https://api.jebel.ro/remove-background/
Params: "token", "image", "mask" [[0]|1], "general" [[0]|1], "portrait" [[0]|1], "preview" [[0]|1]
POST https://api.jebel.ro/classification/
Params: "token", "image"
POST https://api.jebel.ro/llama/
Params: "token", "request", "context"
POST https://api.jebel.ro/resize-up/
Params: "token", "factor", "image"
POST https://api.jebel.ro/sms/
Params: "token", "phone" +4XXXXXXXXXX, "message"
Example:
curl -X POST https://api.jebel.ro/face-recognition/coords/ \
-F "token=<insert_token_here>" \
-F "image=@/path/to/your/image.jpg"