I-Best Free Umqambi Wokuqhubekayo
Iinkcukacha zakho zitshintshwe zibe yi-PDF ecocekileyo, eshicilelweyo - ekhululekileyo, akukho mqondiso wamanzi, akukho bhaliso.
Indlela esebenza ngayo
- Iinkcukacha. Ngenisa igama lakho, ulwazi loqhagamshelana, isishwankathelo, uqeqesho, uqeqesho kunye noqeqesho.
- Yenza. Nqakraza Build resume kwaye iinkcukacha zibekwe kwi PDF ecocekileyo enekholam enye.
- Layisha ezantsi. I-PDF yakho yokuqhubeka ikhuphela ngokuzenzekelayo; akukho nto ubhale ngayo igcinwa.
Malunga nale sixhobo
Umqambi we CV uvelisa i CV ecocekileyo, esebenzayo ye PDF evela kwifomu elula. Gcwalisa igama lakho kunye nenkcukacha zoqhagamshelwano, ngoko uluhlu, uqeqesho lwakho, uqeqesho kunye neendlela, kwaye isixhobo siyibeka ngaphandle kuyilo olucocekileyo lomqolo omnye ofunda kakuhle kwaye ushicilela ngokucocekileyo. Akukho akhawunti, akukho phawu lwamanzi kwi PDF, kwaye akukho nto ubhale kuyo igcinwa - i CV iveliswe isicelo sakho kwaye uxwebhu luya kuwe. Uyilo oluninzi- i template, umqambi onikezelweyo ungalungele kakuhle; olu lukhetho olukhawulezayo, olungaqhelekanga.
Iinkqubo zolawulo lweenkqubo
- Yenza iCV ecocekileyo ngokukhawuleza ukuze usebenzise kwisicelo somsebenzi
- Fumana i-PDF ecocekileyo evela kwinkcukacha zombhalo oqhelekileyo
- Uhlaziyo lwe CV ngaphandle komatshini wokushicilela
- Yenza isiqulathi seefayili esingenazo iindidi ezishicilela kakuhle
Umbhekisi phambili
Yenza ukuba isebenze ngokuzenzekelayo le sixhobo ukusuka kwikhowudi yakho. Thumela isicelo se POST kwincopho yesiphelo ezantsi uze ufumane isiphumo esifanayo sesixhobo se web esivelisa. Ikhawuleza- ikhawuleza kwi IP kwaye ayifunanga ukungena - iityhubhu ze API zemida ephezulu ziya kufika.
https://best.free/api/tools/resume-builder/
| Iparamitha | Iinketho ze projekti | Ifunekayo | Iinkcukacha |
|---|---|---|---|
name |
Ada Lovelace |
Ewe | |
title |
Software Engineer |
Akukho nanye | |
email |
ada@example.com |
Akukho nanye | |
summary |
Backend engineer with 8 years experience. |
Akukho nanye | |
experience |
Senior Engineer, Acme (2020-2026) |
Akukho nanye | |
education |
BSc Computer Science |
Akukho nanye | |
skills |
Python, Django, PostgreSQL |
Akukho nanye |
curl -X POST https://best.free/api/tools/resume-builder/ \
-H 'Content-Type: application/json' \
-d '{"name": "Ada Lovelace", "title": "Software Engineer", "email": "ada@example.com", "summary": "Backend engineer with 8 years experience.", "experience": "Senior Engineer, Acme (2020-2026)", "education": "BSc Computer Science", "skills": "Python, Django, PostgreSQL"}'
import requests
r = requests.post(
"https://best.free/api/tools/resume-builder/",
json={"name": "Ada Lovelace", "title": "Software Engineer", "email": "ada@example.com", "summary": "Backend engineer with 8 years experience.", "experience": "Senior Engineer, Acme (2020-2026)", "education": "BSc Computer Science", "skills": "Python, Django, PostgreSQL"},
)
print(r.json())
const r = await fetch("https://best.free/api/tools/resume-builder/", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({ name: "Ada Lovelace", title: "Software Engineer", email: "ada@example.com", summary: "Backend engineer with 8 years experience.", experience: "Senior Engineer, Acme (2020-2026)", education: "BSc Computer Science", skills: "Python, Django, PostgreSQL" }),
});
const data = await r.json();
console.log(data);
I-response: A formatted resume PDF (application/pdf). On the API a JSON body is returned as a downloadable PDF.
(binary PDF)