Sandbox: Submit SampleAsk AIpost https://sandbox.recordedfuture.com/api/v0/samplesSubmit a file or URL for sandbox malware analysis via upload, fetch, or import modes.Body ParamskindstringenumrequiredSubmission type: file (upload), url (analyze URL), fetch (download and analyze), or import (re-analyze existing sample).fileurlfetchimportAllowed:fileurlfetchimportfilefileThe file to upload. Required when kind is file.urlstringThe URL to analyze or fetch. Required when kind is url or fetch.interactivebooleanDefaults to falseIf true, pauses after static analysis for manual profile selection via POST /samples/{sampleID}/profile.truefalsepasswordstringDecryption password for archive files (zip/rar/etc).profilesarray of objectsExplicit file-to-profile mappings for analysis.profilesADD objectuser_tagsarray of stringsCustom identification strings (max 1kB total).user_tagsADD stringtargetstringCustom filename override or URL destination._jsonstringAlternative: pass all parameters as a JSON string in this field instead of individual form fields.defaultsobjectDefault analysis parameters for automatic mode.defaults objectResponses 200Sample accepted for analysis. 400Bad request (e.g., missing required fields).Updated about 1 month ago