Validate API Secret
Get Agent Info
| Parameter | Type | Description |
|---|---|---|
code | string | The agent code identifier (e.g., A12345678) |
This endpoint uses the agent code (e.g.,
A91XMB7113), which is the same as the agent ID used across the platform. For checking generation progress, you can also use GET /v1/agent/status/{agent_id}.Update Agent Prompt
Complete Example
Error Codes
| Code | Description |
|---|---|
UNAUTHORIZED | Invalid or missing API secret |
MISSING_PARAM | Required parameter not provided |
AGENT_NOT_FOUND | No agent found with the given code |
VALIDATION_ERROR | Invalid request body format |
