# Assign Cohort Tests **POST /smart-ia/cohorts/{cohortId}/tests** Assign Smart IA Tests to a Cohort ## Servers - Production: https://connect.century.tech/api/v1 (Production) ## Authentication methods - Api key ## Parameters ### Path parameters - **cohortId** (string(uuid)) Cohort UUID. ### Body: application/json (object) - **testIds** (array[string(uuid)]) The list of Smart IA Test IDs. ## Responses ### 204 Tests assigned successfully. ### 400 Invalid request. ### 401 Invalid authentication credentials ### 403 Not authorised to access this resource ### 404 Cohort not found. [Powered by Bump.sh](https://bump.sh)