Transcript LOL API
GET
/spaces/{spaceId}/prompts

Authorization

x-api-key
x-api-key<token>

In: header

Path Parameters

spaceId*string

ID of the workspace.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://transcript.lol/api/v1/spaces/string/prompts"
[
  {
    "id": "string",
    "title": "string",
    "prompt": "string",
    "sampleContent": "string",
    "adminManaged": true,
    "autoGenerate": true
  }
]
{
  "error": "string",
  "errorDetails": {}
}
{
  "error": "string",
  "errorDetails": {}
}
{
  "error": "string",
  "errorDetails": {}
}
{
  "error": "string",
  "errorDetails": {}
}