Skip to main content
GET
/
public
/
v1
/
docs
/
{docId}
/
md
Get Document Content
curl --request GET \
  --url https://api.copera.ai/public/v1/docs/{docId}/md \
  --header 'Authorization: Bearer <token>'
{
  "content": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://developer.copera.ai/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer token

Path Parameters

docId
string
required

ObjectId

Required string length: 24
Pattern: ^[0-9a-fA-F]{24}$

Response

Default Response

content
string
required