File Options
1. Direct File Upload
- Submit the PDF file directly using multipart/form-data
- Maximum file size: 30MB
- Ideal for local files that need to be uploaded from a client application
2. URL Submission
- Provide a publicly accessible URL where the PDF file is hosted
- Maximum file size: 30MB
- Useful for files that are already hosted online or stored in cloud storage
- The API will download and process the file from the provided URL
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Body
Uploaded PDF file using multipart/form-data. Provide either 'cv_file' or 'cv_file_url' but not both.
publicly accessible URL where the PDF file is hosted. Provide either 'cv_file' or 'cv_file_url' but not both.
"https://myFileHost/myCv.pdf"
Controls whether the result is returned via the http response or delivered via the users webhook endpoints. If set to true, the server will respond with 202 and return the webhook message id under which the result will be deliverd. The same webhook message id, is then found in the webhook message payload later alongside the result. Defaults to false.
"true"
The scoring template provided directly to the request. See https://partner-docs.fastgen.ai/api-reference/endpoint/scoringTemplate/create regarding the format. Usually it is better to use 'scoring_template_id' instead. Provide either 'scoring_template' or 'scoring_template_id' but not both.
"{ ... }"
The scoring template provided via its id. See https://partner-docs.fastgen.ai/api-reference/endpoint/scoringTemplate/create. Provide either 'scoring_template' or 'scoring_template_id' but not both.
"f7c31bda-f918-4249-a3bc-9a1903fe9f6d"
Controls the language of the AI Evaluation text. Defaults to 'en'
de
, en
"en"