API Reference
cURL
curl --request POST \ --url https://api.meetsquad.ai/organisations/{orgId}/workspaces/{workspaceId}/feedback-document \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "fileName": "report.pdf", "source": "interview" } '
{ "data": { "uploadUrl": "https://example.com/documents/doc_123?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=..." } }
Uploads a document related to feedback for processing and analysis
JWT authentication for organization-scoped endpoints.
Organization ID
Workspace ID
Feedback document upload request
Name of the document to upload
"report.pdf"
Source of the document
"interview"
Document uploaded successfully
Uploaded document information
Show child attributes
Was this page helpful?