curl --request GET \
--url http://localhost:8000/api/v1/market-analysis/analyses/{analysis_id}/keywords/export \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Export keywords for a market analysis to CSV format.
Args: analysis_id: The market analysis ID include_unselected: Whether to include unselected keywords (default: False) user: The authenticated user
Returns: StreamingResponse with CSV content
curl --request GET \
--url http://localhost:8000/api/v1/market-analysis/analyses/{analysis_id}/keywords/export \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}