Auto Split
curl --request POST \
--url https://api.landing.ai/v1/projects/{project_id}/autosplit \
--header 'Content-Type: application/json' \
--data '
{
"splitPercentages": {
"train": 123,
"dev": 123,
"test": 123
}
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Training
Auto Split
POST
/
v1
/
projects
/
{project_id}
/
autosplit
Auto Split
curl --request POST \
--url https://api.landing.ai/v1/projects/{project_id}/autosplit \
--header 'Content-Type: application/json' \
--data '
{
"splitPercentages": {
"train": 123,
"dev": 123,
"test": 123
}
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://landinglens.docs.landing.ai/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Path Parameters
Query Parameters
Body
application/json
Show child attributes
Show child attributes
all-labeled takes all labeled images, whether they have a split or not.
This option modifies the splits, which can be risky and inconvenient if you manually assigned the splits, as it will override your work.
without-split only takes the labeled images that do not yet have a split. It does not modify the splits already assigned to the images that previously had splits.
Available options:
all-labeled, without-split Response
Successful Response
⌘I

