A request is a task that needs to be completed by a human assistant. In order to create a request through the API you have to specify a few details. Take this example:
| Field | Type | Required | Description |
|---|---|---|---|
title | string | Yes | Title of the request |
instructions | string | Yes | Instructions to fulfill the request |
objective | string | Yes | Objective of the request |
max_minutes | number | No | Maximum minutes to fulfill the request |
relaxed | boolean | No | If the request is relaxed |
Once the request has been created you will be able to find it in the project page requests list.