cURL
curl --request POST \ --url https://api1.irisagent.com/v1/articles \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "articles": [ { "articleId": "<string>", "url": "<string>", "title": "<string>", "body": "<string>", "timeOfCreation": 123, "timeLastPublished": 123, "language": "<string>" } ] } '
{ "result": "success" }
Send knowledge base articles for AI training via this API
The Authorization header is required to authenticate API requests. It should contain a bearer token obtained through the IrisAgent portal.
Authorization
Show child attributes
Articles uploaded successfully
success
partial