Project Metadata

Returns either cleaned or raw document metadata for a specific project.

Project Metadata API

  • URL: /project-documents/metadata

  • Method: POST

  • Returns: A metadata json.

Query Parameters

Parameter
Type
Description

id

int

Project ID

registry

string

Registry of the project.

raw

boolean (optional)

Returns the raw json from the registries.

Sample Request

cURL

curl -X POST https://api.sequestor.dev/project-documents/metadata \
-H "Content-Type: application/json" \
-d '{
  "projectId": 4074,
  "registry": "Verra"
}'

Python

Sample Response

Last updated