Skip to main content
POST
/
Project
/
{projectId}
/
Note
Add a note to a project
curl --request POST \
  --url https://api.plantpredict.terabase.energy/Project/{projectId}/Note \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "contents": "Doc Demo Note"
}
'
{
  "id": 34517
}

Documentation Index

Fetch the complete documentation index at: https://docs.plantpredict.com/llms.txt

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

Authorizations

Authorization
string
header
required

Pass Authorization: Bearer <token> on every request. See the Authentication section of the API description for how to fetch a token.

Path Parameters

projectId
integer
required

Body

application/json
contents
string
required

Response

Created note ID

id
integer
required