Clear Server Cache
curl --request POST \
--url https://modelslab.com/api/v1/enterprise/flux_headshot/clear_cache \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>"
}
'{
"status": "success",
"message": "Cache cleared"
}Flux Headshot API
Clear Cache
This endpoint is used to clear the API’s cache.
POST
/
flux_headshot
/
clear_cache
Clear Server Cache
curl --request POST \
--url https://modelslab.com/api/v1/enterprise/flux_headshot/clear_cache \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>"
}
'{
"status": "success",
"message": "Cache cleared"
}Request
Send aPOST request to below endpoint to clear the API’s cache.
curl
--request POST 'https://modelslab.com/api/v1/enterprise/flux_headshot/clear_cache' \
Body
json
{
"key": "enterprise_api_key"
}
Was this page helpful?
⌘I

