Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 254 Bytes

File metadata and controls

8 lines (7 loc) · 254 Bytes

How to call it

curl --location 'https://api.aws.us-east-1.cerebrium.ai/v4/<your-project-id>/<your-app-name>/predict' \
--header 'Authorization: Bearer <your-api-key>' \
--header 'Content-Type: application/json' \
--data '{"input": 12.0}'