Laddro DocsLaddro Docs

Fljotvirkni

Fljotvirkni

Gerdu fyrsta API kallid thitt a 2 minutum.

1. Fa API lykil

Skradu thig inn a console.laddro.com og budu til API lykil.

2. Lista sniðmot

curl https://api.laddro.com/v1/templates

Thetta er opinber endapunktur, engin audkenning nauðsynleg.

3. Lista ferilskrarnar thinar

curl https://api.laddro.com/v1/resumes \
  -H "x-api-key: YOUR_API_KEY"

4. Greina ferilskra

Hladdu upp PDF eda DOCX til ad draga ut skipulOgd gOgn ferilskrar:

curl https://api.laddro.com/v1/resumes/parse \
  -H "x-api-key: YOUR_API_KEY" \
  -F "[email protected]"

5. Sniðma ferilskra

Sendu ferilskra og starfslysingu til ad fa tillogur med gervigreyndi:

curl https://api.laddro.com/v1/tailor \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "resumeId": "your-resume-id",
    "jobDescription": "Senior Frontend Engineer at..."
  }'

Thessi endapunktur styður SSE straumun. Baettu vid Accept: text/event-stream fyrir rauntima svOrun.

6. Flytja ut sem PDF

curl https://api.laddro.com/v1/export \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "resumeId": "your-resume-id",
    "templateId": "graphite"
  }' \
  --output resume.pdf

Naesta skref

On this page