POST
/
v1
/
projects
/
{project_id}
/
images
curl --request POST \
  --url https://api.landing.ai/v1/projects/{project_id}/images \
  --header 'Content-Type: multipart/form-data' \
  --form 'name=<string>' \
  --form split=train \
  --form 'tags=[
  "<string>"
]' \
  --form nothing_to_label=false \
  --form 'metadata=<string>'
{
  "data": {
    "id": 123,
    "name": "<string>",
    "uploadTime": "<string>"
  }
}

Headers

apikey
string | null

Path Parameters

project_id
integer
required

Query Parameters

timeout
integer | null
default:60

Body

multipart/form-data

Response

201
application/json

Successful Response

The response is of type object.