cURL
curl --request POST \ --url https://api.illuminalab.com/v1/resources/ \ --header 'Content-Type: application/json' \ --header 'authorization: <authorization>' \ --data ' { "id": "<string>", "metadata": {} } '
{ "resource": { "id": "<string>", "team_id": "<string>", "created_at": "<string>", "updated_at": "<string>", "metadata": "<string>", "working_memory": "<string>" } }
Create a new resource with a client-provided ID and optional metadata. The ID must be at least 10 characters and cannot contain whitespace. Metadata is a free-form JSON object.
^Bearer [\s\S]{0,}$
Unique resource identifier (minimum 10 characters, no whitespace)
10
^\S+$
Free-form metadata object (optional)
Show child attributes
Response for status 200
The resource object