Hello @Saish Redkar !
The Behavioral Cohort API will let you create a new cohort. However, the API does not let you define parameters such as the screenshot you shared.
You can only upload the users by Amplitude ID or User ID:
curl -i --user "API_KEY:SECRET_KEY" -H "Content-Type: application/json" --data '
{"name":"Test Cohort","app_id":305689,"id_type":"BY_USER_ID","ids":["Eddie Gaona"],"owner":"datamonster@amplitude.com","published":true}
' https://amplitude.com/api/3/cohorts/upload
Above I am creating a new cohort and including the user with the User ID set to “Eddie Gaona”. There are not APIs currently that will let you create cohorts by parameters.