79276318

Date: 2024-12-12 19:15:04
Score: 2
Natty:
Report link

we have started using www.recrew.ai - and are pretty happy with the accuracy and ease with which we were able to integrate it.

import http.client

conn = http.client.HTTPSConnection("backend.app.recrew.ai")

payload = "{\n "resume_base64": "File"\n}"

headers = { 'Content-Type': "application/json", 'X-Api-Key': "YOUR_TOKEN" }

conn.request("POST", "/api/cv-parser/v1", payload, headers)

res = conn.getresponse() data = res.read()

print(data.decode("utf-8"))

Reasons:
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: brenda