Ingest a website URL or social media post to get a file_id for chat operations.
Supported platforms:
Required Headers:
Authorization: Bearer YOUR_API_KEYWorkflow:
file_idfile_id with /chat/v1/api/website/:type endpointExample:
curl --request POST \
--url https://api.skimming.ai/ingest/v1/api/website \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{"url": "https://example.com/article"}'
Bearer token authentication using an API key