curl --request POST \
--url https://api.getcargo.io/v1/ai/prompts/optimize \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"prompt": "<string>"
}
'{
"prompt": "<string>"
}Optimize an AI prompt
curl --request POST \
--url https://api.getcargo.io/v1/ai/prompts/optimize \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"prompt": "<string>"
}
'{
"prompt": "<string>"
}Was this page helpful?