post https://api.superwise.ai/v1/applications
Create a new application.
Log in to see full request history
Responses
422Unprocessable Entity
500Internal Server Error
Create a new application.
422Unprocessable Entity
500Internal Server Error
xxxxxxxxxx
12curl --request POST \
--url https://api.superwise.ai/v1/applications \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"model": {
"provider": "OpenAI",
"version": "gpt-3.5-turbo"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: