top of page

Authenticate User

Endpoint: /user-authenticate
Method: POST

Example request

  • Email and password of user.

Response

  • in case of error status code will be 403

Generate Token

Endpoint: /generate-token
Method: POST

Example request

  • api_key will be provided by Reworked.

  • Email is the id from which you created a Reworked account.

Response

  • api_key will be provided by Reworked.

  • Email is the id from which you created a Reworked account.

Process Leads

Endpoint: /process-leads
Method: POST

Example request

  • file_url - here is url of the file to process

  • callback_url - send url to be called once fill processing is completed.

Response

  • Token to be used in file status api.

  • The token will be valid for 24 hours.

File Status

Endpoint: /file-status
Method: POST

Example request

  • file upload identifier from process leads response.

Response

  • Status can be STARTED/PROCESSED/FAILED/PROCESSING

bottom of page