curl --request GET \
--url https://tryiton-webapp-git-dev-try-it-on.vercel.app/api/key/get-models
[
{
"id": 123,
"createdAt": "<string>",
"gender": "<string>",
"productName": "<string>",
"isTrained": true,
"emailSent": true,
"email": "<string>",
"isUsed": true,
"modelName": "<string>",
"deletedAt": "<string>",
"customizations": "<string>",
"projectId": 123,
"metadata": "<any>"
}
]
curl --request GET \
--url https://tryiton-webapp-git-dev-try-it-on.vercel.app/api/key/get-models
[
{
"id": 123,
"createdAt": "<string>",
"gender": "<string>",
"productName": "<string>",
"isTrained": true,
"emailSent": true,
"email": "<string>",
"isUsed": true,
"modelName": "<string>",
"deletedAt": "<string>",
"customizations": "<string>",
"projectId": 123,
"metadata": "<any>"
}
]
Successful response
The response is of type object[]
.