File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff 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
101110Returns the login scraper users from RT-CV
You can’t perform that action at this time.
0 commit comments