Skip to main content
PUT
/
v0
/
quickstarts
/
{id}
Update a quickstart
curl --request PUT \
  --url https://api.avidoai.com/v0/quickstarts/{id} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --header 'x-application-id: <api-key>' \
  --data '{
  "status": "PENDING"
}'
{
  "data": {
    "id": "<string>",
    "name": "<string>",
    "status": "PENDING",
    "styleGuide": {
      "name": "<string>",
      "relatedQuickstart": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "sections": [
        {
          "heading": "Tone",
          "content": "Use professional and clear language",
          "approved": true
        }
      ]
    },
    "createdAt": "2023-11-07T05:31:56Z",
    "modifiedAt": "2023-11-07T05:31:56Z",
    "conversations": {
      "topics": [],
      "metadata": {
        "initialBaseline": 0,
        "conversations": 0,
        "tasks": 0,
        "topics": 0
      }
    }
  }
}

Authorizations

x-api-key
string
header
required

Your unique Avido API key

x-application-id
string
header
required

Your unique Avido Application ID

Path Parameters

id
string<uuid>
required

The unique identifier of the quickstart

Example:

"123e4567-e89b-12d3-a456-426614174000"

Body

application/json

Request schema for updating a quickstart

status
enum<string>
Available options:
PENDING,
IN_PROGRESS,
BASELINE_REVIEW,
AWAITING_STYLE_REVIEW,
REVIEWING_STYLE,
AWAITING_STYLE_CONFIRMATION,
AWAITING_VOTING,
COMPLETED,
FAILED

Response

Successful response

Response schema for a single quickstart

data
object
required

A quickstart is a set of conversations that can be used to test a style guide