apply_filters( 'classifai_googleai_gemini_api_resize_content_request_body', $body, $post_id ) → {array}
Filter the resize request body before sending to Gemini API.
Parameters:
Name | Type | Description |
---|---|---|
$body |
array | Request body that will be sent to Gemini API. |
$post_id |
int | ID of post. |
- Since:
- 2.3.0
- Source:
Returns:
Request body.
- Type
- array