Filter: classifai_dalle_request_body

apply_filters( 'classifai_dalle_request_body', $body ) → {array}

Filter the request body before sending to DALL·E.

Parameters:
Name Type Description
$body array

Request body that will be sent to DALL·E.

Since:
  • 2.0.0
Source:
Returns:

Request body.

Type
array