Forum Replies Created

  • Jose Alcantara

    Member
    July 8, 2025 at 4:56 pm in reply to: CC Videos to Substack notes Converter

    I created the snippet on my WordPress site. but the test API failed. It looks that my Old OpenAI API is not active and the OpenAI app is not allowing me to create a new one.

  • Jose Alcantara

    Member
    July 7, 2025 at 5:34 am in reply to: CC Videos to Substack notes Converter

    Copilot is telling me that this is doable in 30 minutes:

    1. Grab a Creative Commons video URL

    2. Run it through an off-the-shelf transcription API (Whisper)

    3. Then feed that transcript into GPT-style summarization prompts

    4. Wrap the result in simple markdown, and spit it out.

    5. A minimal script or no-code workflow can be live in half an hour—though polishing the UI, API keys, and error handling will take longer.

    * I will need to get the API and help with most of the process. Hope to finally put my first AI project together with the help of my friend, the forum and the course. Thanks for any input.

    ** I would like that for the user it would be only:

    1. Enter the cc video url

    2. Hit Convert

    3. Copy result

  • Jose Alcantara

    Member
    July 9, 2025 at 7:14 pm in reply to: CC Videos to Substack notes Converter

    No, they where requesting that I login with a phone# that is no longer mine. But yesterday I could finally access the platform and created a new API Secret. But the API Tester still cannot connect. In chat with openai, they told me I had to set the OpenAI endpoint to just https://api.openai.com/v1/. I did and still API Tester could not connect. Here’s exactly what they said: “the OpenAI endpoint should be https://api.openai.com/v1/ When connecting, your application also needs to send your API key in the request header.”

    I saved the test on the Github in case you like to take a look. I think I named it as Substack Test, or API Test ( I don’t remember)