POST
GET
POST
GET
DELETE
POST
GET
POST
GET
POST
GET
GET
Leap AILeap AIFine-TuningCreate Model
POST
https://api.lowcodeapi.com/leapai/api/v1/images/models
Request Body
Content Type : application/json
Request Parameters
titlestring
This is the name of the model. It will be used to identify the model
subjectKeywordstring
This is the keyword you will use during inference to trigger the specific styles
subjectIdentifierstring
A random string that will replace the subject keyword at the time of inference. If not provided; a random string will be automatically generated
subjectTypestring
The subject type - what the underlying model is learning
Overview

Create Model

API Reference Link
https://docs.tryleap.ai/reference/createmodel
Response
API response data will be shown here once the request is completed.
Snippet
cURL
curl -X POST \
 'https://api.lowcodeapi.com/leapai/api/v1/images/models' \
 -H 'Cache-Control: no-cache' \
 -H 'Content-Type: application/json' --data-raw '{
  "title": "",
  "subjectKeyword": "",
  "subjectIdentifier": "",
  "subjectType": ""
}'
© 2024LowCodeAPI

Last Updated : 2024-12-16 14:03 +00:00