cURL
curl --request POST \ --url https://api.lucidtech.ai/{basePath}/agents/{agentId}/runs \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: <content-type>' \ --data '"<any>"'
"<any>"
Create a new run for a specific agent.
The access token received from the authorization server in the OAuth 2.0 flow.
The body is of type any.
any
200 response
The response is of type any.