cURL
curl --request POST \ --url https://api.lucidtech.ai/{basePath}/agents \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: <content-type>' \ --data '"<any>"'
{ "updatedTime": "<string>", "agentId": "<string>", "metadata": {}, "updatedBy": "<string>", "createdBy": "<string>", "name": "<string>", "createdTime": "<string>", "description": "<string>", "id": "<string>", "resourceIds": [ "<string>" ] }
Create a new 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 object.
object