Skip to content

Commit 21abf9a

Browse files
committed
Add documentation for the send_full_cv route
1 parent 665f9c6 commit 21abf9a

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,20 @@ Notes:
9191
9292
### `$SCRAPER_ADDRESS/send_cv`
9393
94-
Sends a cv to rtcv and remembers the reference number
94+
Sends a cv to RT-CV and remembers the reference number
9595
9696
- Body: In JSON the cv send to RT-CV
9797
- Resp: **true** / **false** if the cv was sent to RT-CV
9898
99+
### `$SCRAPER_ADDRESS/send_full_cv`
100+
101+
Send a cv **File** to RT-CV and remembers the reference number
102+
103+
- Body: Multipart form with the following fields
104+
- `metadata` (JSON): The same cv data as the `$SCRAPER_ADDRESS/send_cv` and provides some scraped information, preferebly the name and postalcode.
105+
- `cv` (Form File): The actual scraped cv file (currently RT-CV only supports PDF files)
106+
- Resp: **true** / **false** if the cv was sent to RT-CV
107+
99108
### `$SCRAPER_ADDRESS/users`
100109
101110
Returns the login scraper users from RT-CV

0 commit comments

Comments
 (0)