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