| foundry_parse_image_response | R Documentation |
Internal function to parse image generation API response into a tibble.
foundry_parse_image_response(
result,
original_prompt,
response_format = NULL,
output_format = NULL
)
result |
List. The parsed JSON response. |
original_prompt |
Character. The original prompt provided. |
response_format |
Character. The response format requested. |
A tibble with image response data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.