Skip to main content
POST
/
test_framework
/
v2
/
aiagents
/
{id}
/
auto-fetch
Auto-fetch the agent configuration from its provider
curl --request POST \
  --url https://api.cekura.ai/test_framework/v2/aiagents/{id}/auto-fetch/ \
  --header 'X-CEKURA-API-KEY: <api-key>'
{
  "progress_id": "<string>"
}

Authorizations

X-CEKURA-API-KEY
string
header
required

API Key Authentication. It should be included in the header of each request.

Path Parameters

id
integer
required

A unique integer value identifying this ai agent.

Response

progress_id
string
required