Referencje API
Referencje API
Bazowy URL dla wszystkich endpointow:
https://api.laddro.com/v1Odwiedz api.laddro.com/reference, aby skorzystac z interaktywnego eksploratora API.
Przeglad Endpointow
Publiczne (Bez Uwierzytelniania)
| Metoda | Endpoint | Opis |
|---|---|---|
GET | /v1/templates | Lista wszystkich szablonow CV |
GET | /v1/templates/{templateId} | Szczegoly szablonu |
GET | /v1/fonts | Lista dostepnych czcionek |
GET | /v1/languages | Lista obslugiwanych jezykow |
GET | /v1/models | Lista dostepnych modeli AI |
Chronione (Wymagaja x-api-key)
| Metoda | Endpoint | Opis |
|---|---|---|
GET | /v1/resumes | Lista Twoich CV |
GET | /v1/resumes/{resumeId} | Pobierz konkretne CV |
POST | /v1/resumes/parse | Przeanalizuj CV z PDF/DOCX |
PUT | /v1/resumes/{resumeId}/render | Renderuj CV do PDF |
POST | /v1/tailor | Zoptymalizuj CV pod oferte pracy (SSE) |
POST | /v1/export | Eksportuj CV jako PDF |
GET | /v1/cover-letters | Lista listow motywacyjnych |
GET | /v1/cover-letters/{coverLetterId} | Pobierz list motywacyjny |
POST | /v1/cover-letters | Utworz list motywacyjny |
POST | /v1/cover-letters/generate | Wygeneruj list motywacyjny (SSE) |
PUT | /v1/cover-letters/{coverLetterId}/render | Renderuj list motywacyjny do PDF |
GET | /v1/settings | Pobierz biezace ustawienia AI |
PUT | /v1/settings/model | Ustaw model AI (BYOK) |
DELETE | /v1/settings/model | Przywroc domyslny model |
Format Odpowiedzi
Wszystkie odpowiedzi zwracaja JSON z odpowiednimi kodami statusu HTTP:
{
"data": { ... },
"message": "Success"
}Format Bledow
{
"error": "Not Found",
"message": "Resume not found",
"statusCode": 404
}Zobacz Kody bledow po pelne referencje.
Typy Zawartosci
- Cialo zapytan:
application/json(z wyjatkiem przesylania plikow, ktore uzywajamultipart/form-data) - Odpowiedzi PDF:
application/pdf - Strumienie SSE:
text/event-stream