curl --request GET \
--url https://api.example.com/api/v1/project/documentation/{id} \
--header 'Authorization: Bearer <token>'{
"projectId": 123,
"name": "<string>",
"params": {},
"id": 1,
"createdAt": 123,
"updatedAt": 123,
"status": "ACTIVE",
"type": "<string>"
}curl --request GET \
--url https://api.example.com/api/v1/project/documentation/{id} \
--header 'Authorization: Bearer <token>'{
"projectId": 123,
"name": "<string>",
"params": {},
"id": 1,
"createdAt": 123,
"updatedAt": 123,
"status": "ACTIVE",
"type": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.extractor.live/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
OK
Project Documentation project id
Project Documentation name
Project Documentation dynamic params
Show child attributes
Unique identifier of the entity
1
Time when entity was created
Time when entity was updated
Status of the entity. Default: 'ACTIVE'
ACTIVE, DISABLED, DELETED Project Documentation type