If you navigate to the link in the last line of the shell output, you’ll be able to login to your Beam web dashboard and view the details of your deployment.
You’ll call the API by pasting in the cURL command displayed in the browser window.
Copy
Ask AI
curl -X POST --compressed "https://apps.beam.cloud/77n0o" \ -H 'Authorization: [YOUR_AUTH_TOKEN]' \ -H 'Content-Type: application/json' \ -d '{"prompt": "a bicycle"}'
Since you’ve deployed a task queue, the API will return a Task ID.