Rezolve Ai
API ReferenceFeedsIdSource

Set a feed's source URL and schedule

PUT
/feeds/{id}/source

Omitting a field leaves it alone; sending null clears it. Clearing sourceUrl clears the schedule with it, because a schedule with nothing to fetch would keep selecting a feed that can never refresh.

Authorization

AuthorizationBearer <token>

API key in the Authorization header: Authorization: Bearer ace_live_.... Use an ace_test_... key for the free, rate-capped sandbox.

In: header

Path Parameters

id*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X PUT "https://example.com/feeds/string/source" \  -H "Content-Type: application/json" \  -d '{}'
{  "data": null}
{  "error": {    "code": "INSUFFICIENT_CREDITS",    "message": "Not enough credits for this request.",    "details": null  }}
{  "error": {    "code": "INSUFFICIENT_CREDITS",    "message": "Not enough credits for this request.",    "details": null  }}
{  "error": {    "code": "PROJECT_SCOPE_MISMATCH",    "message": "This API key is scoped to a different project."  }}
{  "error": {    "code": "INSUFFICIENT_CREDITS",    "message": "Not enough credits for this request.",    "details": null  }}