Skip to main content
POST
/
chat
/
{id}
/
materialize
Materialize an API chat
curl --request POST \
  --url https://app.generalcounsel.ai/api/external/v1/chat/{id}/materialize \
  --header 'Authorization: <api-key>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "title": "<string>",
  "chat_url": "<string>",
  "materialized_at": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.gc.ai/llms.txt

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

Authorizations

Authorization
string
header
required

API key for authentication. Format: gcai_xxxxxxxxx

Create API keys in the GC AI app under Settings → API.

Path Parameters

id
string<uuid>
required

The chat ID

Response

Chat materialized (or already materialized)

id
string<uuid>
required

The chat ID

title
string | null
required

The chat title, if generated

chat_url
string<uri>
required

Deep link to open the chat in the GC AI web UI

materialized_at
string<date-time>
required

When the chat was materialized