curl --request GET \
--url https://api.comfy.org/proxy/freepik/v1/ai/image-style-transfer/{task_id} \
--header 'Authorization: Bearer <token>'{
"data": {
"generated": [
"<string>"
],
"status": "CREATED",
"task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}
}Get the status of the style transfer task
curl --request GET \
--url https://api.comfy.org/proxy/freepik/v1/ai/image-style-transfer/{task_id} \
--header 'Authorization: Bearer <token>'{
"data": {
"generated": [
"<string>"
],
"status": "CREATED",
"task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}
}Documentation Index
Fetch the complete documentation index at: https://dripart-mintlify-e28287af.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?