Enhance text
POST
/ai/enhance-text
Use AI to improve fundraiser descriptions and content.
Authorizations
BearerAuth
Authentication is handled automatically via httpOnly session cookies after signing in at /cognito/signin or via Google SSO at /cognito/oauth/google. For Swagger UI testing, paste a JWT token from the /cognito/signin response.
Type
HTTP (bearer)
Request Body
application/json
JSON
{
"text": "string",
"type": "string"
}
Responses
Enhanced text
application/json
JSON
{
"enhanced": "string"
}