Forum in maintenance, we will back soon 🙂
RJP API
Hi,
I attempted to copy the code from Rapidai, and paste it into ChatGPT for the RJP process, however, chat gpt response is that the code is too long. I followed the instructions - tested the endpoint - copied the code and pasted it on GPT.
1-Anyone having that issue and know how to troubleshoot?Â
2- how to create 1 tool / combine multiple APIs? I cannot find the video training on that. Can you point it out to me if I missed it ?
Thanks -Â
@zoe-holt please share your code. Either use the code icon (<>) above or share a publicly shareable GitHub repository of the code.
Regards,
Earnie Boyd, CEO
Seasoned Solutions Advisor LLC
Schedule 1-on-1 help
Join me on Slack
Friend, the RJP technique doesn't work on all APIs; I mentioned that if the API relies on private data, it will not work.
Second, if the JSON response is too long, you need to create a mini version of the JSON response.Â
This has nothing to do with combining multiple APIs. The idea of combining APIs is to help you craft a new API idea.
You will be calling multiple APIs and then using the multiple outputs to create a new one. Review the lecture on creating a popular YouTube video explorer tool.
@admin Hi Thank you for the info.
- I do not know how to create a mini version of the JSON response. Tried GPT and it cannot help as the code is too long.Â
- I followed the exact steps provided in the YouTube video using RapidAPI code and doing the RJP technique as shown in the video ( now I understand that it doesn't always work)
- using Visual Studios generates errors... trying to connect with Microsoft to fix
This is not as straightforward -Â
Yes, I understand that multiple APIs is different. It was another question and thank you for the info re lecture video - I will check that.
I will continue working on this as it is part of the fun! thank you for your replies. when I am successful, I will let you guys know. thanks
@zoe-holt by "mini version" I believe @Hasan was meaning to edit the JSON to shorten it by taking out some of the information that is in the JSON file.
VS Code has a JSON editor extension to help with that.
Regards,
Earnie Boyd, CEO
Seasoned Solutions Advisor LLC
Schedule 1-on-1 help
Join me on Slack
@zoe-holt thanks!
yeah, I just mean take out a couple of records, so ChatGPT can understand the structure.Â
if you share the api, maybe I can show you practically how to do it