Skip to main content

Design the Service

Let's create a recruiting callgent service, to receive and process job applications.

tip

There are 2 benefits for using Callgent to create this service:

  1. We can build this service without any programming or coding, since requests are processed by real humans.
  2. The service can be integrated into any existing systems via API, pages, etc.

Firstly, you may send the below prompt to some AI tools like Mistral to generate an OpenAPI document:

Generate an OpenAPI documentation in json format for `Recruiting Service`,
including the following endpoints:
- `List/View job positions`
- `Apply for a position`

Then the recruiting-service-api.json is generated:

There are 3 APIs are designed in recruiting-service-api.json.

Next we'll import this API definition into a new callgent,