# Ropes Docs ## Docs - [Create assessment](https://docs.ropes.ai/api-reference/assessments/create-assessment.md): Create a new assessment/interview for a candidate - [Get assessment details](https://docs.ropes.ai/api-reference/assessments/get-assessment-details.md): Get details for a specific assessment by interview ID - [Get candidate assessments](https://docs.ropes.ai/api-reference/assessments/get-candidate-assessments.md): Get all assessments for a specific candidate - [List all assessments](https://docs.ropes.ai/api-reference/assessments/list-all-assessments.md): Get all assessments/interviews for the authenticated organization - [Create candidate](https://docs.ropes.ai/api-reference/candidates/create-candidate.md): Create a new candidate - [Delete candidate](https://docs.ropes.ai/api-reference/candidates/delete-candidate.md): Delete a candidate and all related data - [Get candidate by email](https://docs.ropes.ai/api-reference/candidates/get-candidate-by-email.md): Get details for a specific candidate by email, including associated interview IDs - [Get candidate details](https://docs.ropes.ai/api-reference/candidates/get-candidate-details.md): Get details for a specific candidate by identifier - [List all candidates](https://docs.ropes.ai/api-reference/candidates/list-all-candidates.md): Get all candidates for the authenticated organization. Optionally filter by integration source and external ID. - [Update candidate status](https://docs.ropes.ai/api-reference/candidates/update-candidate-status.md): Update the status of a candidate - [Introduction](https://docs.ropes.ai/api-reference/introduction.md): Ropes API - [Get problem description PDF](https://docs.ropes.ai/api-reference/problems/get-problem-description-pdf.md): Get problem description PDF - [Get problem status](https://docs.ropes.ai/api-reference/problems/get-problem-status.md): Get the status of a specific problem - [List all problems](https://docs.ropes.ai/api-reference/problems/list-all-problems.md): Get all problems available to the authenticated organization, including status. Optionally filter by integration source and external ID. - [Get interview results](https://docs.ropes.ai/api-reference/results/get-interview-results.md): Get comprehensive results for a specific interview including analysis, score, and integrity report - [Get interview results PDF](https://docs.ropes.ai/api-reference/results/get-interview-results-pdf.md): Generate and download a PDF report of the interview results - [Get interview score](https://docs.ropes.ai/api-reference/results/get-interview-score.md): Get the score and completion date for a specific interview - [Get shareable results link](https://docs.ropes.ai/api-reference/results/get-shareable-results-link.md): Generate a shareable public link for the interview results - [List all interview scores](https://docs.ropes.ai/api-reference/results/list-all-interview-scores.md): Get scores for all interviews in the authenticated organization - [Introduction](https://docs.ropes.ai/introduction.md): Learn the basics of the Ropes API - [Webhooks](https://docs.ropes.ai/webhooks.md): How to receive notifications via HTTP callbacks after user-triggered events. ## OpenAPI Specs - [openapi](https://api.ropes.ai/api/docs/openapi.json)