[POST] Criar Crawler
Adiciona um site para treinar o cérebro do agente.
Requisição
curl --location 'https://api.zaia.app/v1.1/api/agent-service-point-group/create-crawl' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <sua chave de api aqui>' \
--data '{
"agentId": 123,
"depth": 1,
"url": "https://zaia.app"
}'
Headers (Cabeçalhos)
Chave
Tipo
Exemplo
Obrigatório
Authorization
String
Bearer <sua chave aqui>
✓
Body (Corpo)
Key
Type
Exemplo
Obrigatório
agentId
Number
123
✓
depth
Number
1
✓
url
String
https://zaia.app
✓
Respostas
Atualizado