DeepResearch
Toggle Public Access
Reference for toggling public access on a DeepResearch task via POST /v1/deepresearch/tasks/{id}/public.
POST
Authorizations
API key for authentication. Get yours at platform.valyu.ai.
Path Parameters
DeepResearch task ID.
Body
application/json
Request to toggle the public visibility of a DeepResearch task.
Set to true to make the task publicly accessible, or false to make it private.
Example:
true
Response
Public flag updated.
Whether the operation succeeded.
Example:
true
Human-readable status message.
Example:
"Public flag updated"
ID of the affected task.
Example:
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
The updated public visibility status.
Example:
true

