Skip to main content
POST
/
api
/
v1
/
brief
/
suggestions
Get Brief Suggestions
curl --request POST \
  --url https://api.example.com/api/v1/brief/suggestions \
  --header 'Content-Type: application/json' \
  --data '
{
  "category": "<string>",
  "task_type": "<string>",
  "partial_input": "",
  "file_descriptions": [
    "<string>"
  ]
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.aitasker.co/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
category
string
required
task_type
string
required
partial_input
string
default:""
file_descriptions
string[] | null

Response

Successful Response