{"message":"Toxicity Prediction API","version":"1.0.0","endpoints":{"/predict":"POST - Predict toxicity for a single sequence","/predict/batch":"POST - Predict toxicity for multiple sequences","/example":"GET - Try the API with a hardcoded example sequence","/health":"GET - Check API health and model status"},"example_usage":{"single":{"method":"POST","url":"/predict","body":{"sequence":"MKTAYIAKQRQISFVKSHFSRQLE"}},"batch":{"method":"POST","url":"/predict/batch","body":{"sequences":["MLLPATMSDKPDMAEIEKFDKSKLKKTETQEKNPLPSKETIEQEKQAGES","MFGLPQQEVSEEEKRAHQEQTEKTLKQAAYVAAFLWVSPMIWHLVKKQWK"]}},"example":{"method":"GET","url":"/example","description":"No input needed - just call this endpoint"}}}