Accessing Serverless Tasks
Only tasks in the Running state can be accessed.
Click the Running card to open the detailed page and find the endpoint URL.


Example: Access via curl
Each request must include the header: Authorization: Bearer <YOUR_API_KEY>
API keys can be found in Settings → Access Keys.
See more details in API keys doc
The base URL is unique to your task (e.g. https://2t5y1srid9mo.yottadeos.com). Replace the localhost in the URL of your local deployment to get the full URL (e.g. in the above example, it would be https://2t5y1srid9mo.yottadeos.com/v1/chat/completions) of your service managed by the serverless task.
Last updated
Was this helpful?