cURL
curl --request POST \ --url https://api.poligono.ai/v1/rag \ --header 'Authorization: <api-key>' \ --header 'Content-Type: multipart/form-data'
{ "data": { "agent_id": "<string>", "created_at": 123, "created_by": "<string>", "file_name": "<string>", "file_size": 123, "id": "<string>", "organization_id": "<string>", "status": "<string>" } }
Type "Bearer" followed by a space and JWT token.
agent_id
The body is of type string.
string
Created
Show child attributes