This section provides detailed information about the Agentic Security API.
- Method: POST
- Description: Used for integration testing.
- Request Body:
{ "prompt": "<<PROMPT>>" }
- Method: POST
- Description: Probes the image modality.
- Request Body:
[ { "role": "user", "content": [ { "type": "text", "text": "What is in this image?" }, { "type": "image_url", "image_url": { "url": "data:image/jpeg;base64,<<BASE64_IMAGE>>" } } ] } ]
All API requests require an API key. Include it in the Authorization header:
Authorization: Bearer YOUR_API_KEY
For more details on API usage, refer to the Configuration section.