For the complete documentation index, see llms.txt. This page is also available as Markdown.

Documents

Documents

Given the id of a project document (gotten from one of the project endpoints) you can supply that to this endpoint to get a link where you can download the document.

get

This endpoint returns a link to the document specified.

Path parameters
idstringRequired
Responses
200Success
application/json
linkstringRequired
get/documents/{id}/link
GET /documents/{id}/link HTTP/1.1
Host: api.carbonregistry.com
Accept: */*
200Success
{
  "link": "text"
}

Callable by any access token regardless of permissions - unless the document is marked as private then only callable by access token with permissions "examiner:read".

Last updated