Use with the REST API
The Serverless Hosted API has one endpoint for all models and Workflows:
https://serverless.roboflow.com
HTTP Endpoints
Model Inference
POST /{dataset_id}/{version_id}
Send an inference request to a specific model version. See the OpenAPI spec for full request and response schemas.
Workflow Execution
POST /{workspace_name}/workflows/{workflow_id}
Execute a Workflow. See the OpenAPI spec for full request and response schemas.