# Create Resume Iteration (Analysis)

## Analysing a resume

1. Get the resume pdf transcript, this also saves the resume pdf in the platform db for annotation purposes, this returns the text and the pdf location.&#x20;
2. &#x20;Pass the text and resume location to create resume iteration endpoint shown below.
3. This endpoint analyses the resume content, annotates pdf, generates insights report and creates a resume chat room to allow users to ask some other questions about their resume

{% openapi src="<https://ts-platform-backend-server.onrender.com/docs.json>" path="/api/v1/resumeIteration" method="post" %}
<https://ts-platform-backend-server.onrender.com/docs.json>
{% endopenapi %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.byteraven.ai/resume/create-resume-iteration-analysis.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
