cURL
curl --request GET \
--url https://davinci-app.com/api/v2/programmatic/health \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"status": "<string>",
"version": "<string>",
"timestamp": "2023-11-07T05:31:56Z"
}
}General
Check programmatic API health
Returns a lightweight health payload for the public programmatic API.
GET
https://davinci-app.com
/
api
/
v2
/
programmatic
/
health
cURL
curl --request GET \
--url https://davinci-app.com/api/v2/programmatic/health \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"status": "<string>",
"version": "<string>",
"timestamp": "2023-11-07T05:31:56Z"
}
}Documentation Index
Fetch the complete documentation index at: https://docs.davinci-app.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Personal access token. Programmatic reads require the projects:read scope.
⌘I