cURL
curl --request POST \ --url https://api.stax.ai/document/move \ --header 'Content-Type: application/json' \ --cookie authToken= \ --data ' { "docId": "<string>", "stackId": "<string>" } '
{ "success": true }
Move document to another stack
Cookie-based authentication using userId and authToken cookies
MongoDB ObjectId
Success response
true