Authorization: Bearer ********************{
"action": "string",
"content": "string",
"title": "string",
"category": "string",
"target_style": "string",
"target_length": 0,
"target_audience": "string",
"context": {
"property1": "string",
"property2": "string"
},
"preferences": {
"property1": "string",
"property2": "string"
}
}curl --location '/api/v1/notes/ai-assistant' \
--header 'Content-Type: application/json' \
--data '{
"action": "string",
"content": "string",
"title": "string",
"category": "string",
"target_style": "string",
"target_length": 0,
"target_audience": "string",
"context": {
"property1": "string",
"property2": "string"
},
"preferences": {
"property1": "string",
"property2": "string"
}
}'{
"code": 0,
"message": "success",
"data": {
"action": "string",
"result": "string",
"confidence": 0,
"suggestions": [
"string"
],
"metadata": {
"property1": "string",
"property2": "string"
},
"tokens_used": 0,
"processing_time": 0
}
}