LandingLens
cURL
curl --request POST \ --url https://api.landing.ai/v1/projects \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "projectType": "classification" } '
{ "data": { "id": 123, "name": "<string>", "projectType": "classification", "createdAt": "<string>", "isActive": true } }
classification
object-detection
segmentation
anomaly-detection
Successful Response
Show child attributes
Was this page helpful?