Forum Academy Marketplace Showcase Pricing Features

Add Fields based on API response

We have an scenario of building dynamic forms based on the JSON output from API call.
{
“Subject”:“Test”
“Description”: “Testing”
}
With this output, can we add input text field as subject, description to the form?