Skip to main content
Solved

Creating a behavioral cohort via API


Saish Redkar
Expert
Forum|alt.badge.img+10

Hi everyone,

Is there way to programmatically create a behavioral cohort via some API endpoint?

I have used the Dashboard REST API to build some custom event charts for some of my use cases, but was curious to know if we can input some basic parameters and clauses in a similar way to create cohorts as well.

Thanks!

 

Best answer by eddie.gaona

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.

View original
Did this topic help you find an answer to your question?

5 replies

eddie.gaona
Team Member
Forum|alt.badge.img+9
  • Amplitude Support
  • 161 replies
  • March 17, 2021

Hello Saish!

Amplitude offers the Behavioral Cohorts API. With this API you can create cohorts and/or add users to already existing cohorts.

The documentation is in the developers center, here.


Saish Redkar
Expert
Forum|alt.badge.img+10
  • Author
  • Expert
  • 1377 replies
  • March 18, 2021

Hi @eddie.gaona ,
Thanks for your response. Most of the references in the doc are for listing all the existing cohorts , fetching a single cohort and refreshing a cohort/uploading IDs. 

I’m not able to find any end point in there using which I can create and save a cohort by supplying some parameters as in below : 

 


eddie.gaona
Team Member
Forum|alt.badge.img+9
  • Amplitude Support
  • 161 replies
  • Answer
  • March 18, 2021

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.


Saish Redkar
Expert
Forum|alt.badge.img+10
  • Author
  • Expert
  • 1377 replies
  • March 19, 2021

Thanks for the clarification @eddie.gaona ! 
So the above snippet mimics the “Import Cohort from File” functionality , correct? 


eddie.gaona
Team Member
Forum|alt.badge.img+9
  • Amplitude Support
  • 161 replies
  • March 22, 2021

Hello @Saish Redkar ! 

Yes, the snippet would mimic the “Import Cohort from File” functionality. 


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings