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

Support

Submit support issues

Submit bug reports, feedback, or support requests to the Snack Prompt team.

Create Support Issue

post

Submits a support issue or feedback.

Authentication is optional for this endpoint, but the x-client-source header is required.

Authorizations
x-api-keystringRequired

API Key authentication. Get your key at snackprompt.com/api-keys.

Example: x-api-key: sk-your-api-key-here

Header parameters
x-client-sourcestringRequired

Source of the request (e.g., "web", "extension", "api")

Body
subjectstringRequired

Issue subject/title

descriptionstringRequired

Detailed description of the issue

linkstringOptional

Related URL (optional)

Responses
201

Issue created successfully

No content

post/v1/user/issue
cURL
curl -X POST "https://api-integrations.snackprompt.com/v1/user/issue" \
  -H "x-api-key: YOUR_API_KEY" \
  -H "x-client-source: api" \
  -H "Content-Type: application/json" \
  -d '{"subject": "Bug Report", "description": "Issue details"}'

No content

Last updated

Was this helpful?