# 🛠technical-support
Julian
Julian·6 replies

Hello, is there a way to use a simple json in the body api? because in the studio you must introduce a body parameter but in the request it send a string instead of a json

Sahil | YourGPT
Sahil | YourGPT27/04/2025 06:44

hello @Julian Currently, it only supports key-value pairs, but I’ll share your feedback with the team to explore adding JSON support as well.

Julian
Julian27/04/2025 06:47

Thank you @Sahil for the answer, the problem is with key-value it send a string as a value, and the backend expect a json

Julian
Julian27/04/2025 06:48

It will be very good If you can write directly to the body, and paste a json schema

standard1
Sahil | YourGPT
Sahil | YourGPT27/04/2025 11:44

Hello @Julian
You can also try this API execution in the code block; there you will have full control.

Julian
Julian27/04/2025 14:16

So, you mean using a code instead the API block?

Julian
Julian27/04/2025 16:33

I tryied with custom code and worked! thanks for your advice!!

standard1