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

Feedback Widget

get

Public endpoint: GET /api/widget-config?key=API_KEY Returns display config for the embeddable feedback widget.

Authorizations
AuthorizationstringOptional

JWT token obtained from /api/login/. Pass as: Authorization: Bearer

Responses
200

No response body

No content

get/api/widget-config
GET /api/widget-config HTTP/1.1
Host: api.app.projetly.io
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200

No response body

No content

post

Public endpoint: POST /api/widget-submit Authenticated by X-Api-Key header. Accepts multipart/form-data and creates a task.

Authorizations
AuthorizationstringOptional

JWT token obtained from /api/login/. Pass as: Authorization: Bearer

Responses
200

No response body

No content

post/api/widget-submit
POST /api/widget-submit HTTP/1.1
Host: api.app.projetly.io
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200

No response body

No content

Last updated