verify quota
POST
api.wexa.ai/verify_quota/execute_flow
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'api.wexa.ai/verify_quota/execute_flow?projectID={{projectID}}' \
--header 'x-api-key: {{x-api-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"projectID":"67fdea40aac77be632954f13"
}'
Response Response Example
{
"exceeds_quota": false
}
Request
Query Params
projectID
string
required
Example:
{{projectID}}
Header Params
x-api-key
string
required
Example:
{{x-api-key}}
Body Params application/json
Responses
Modified at 2025-04-23 12:25:02